Class SaharaJobBinaryCredentials
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobBinaryCredentials
-
- All Implemented Interfaces:
Serializable,ModelEntity,JobBinaryCredentials
public class SaharaJobBinaryCredentials extends Object implements JobBinaryCredentials
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
- See Also:
- Serialized Form
-
-
Method Detail
-
getUser
public String getUser()
- Specified by:
getUserin interfaceJobBinaryCredentials- Returns:
- the username
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceJobBinaryCredentials- Returns:
- the password
-
-