Class User
java.lang.Object
com.woorea.openstack.keystone.model.User
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getId()
getName()
void
void
setEnabled
(Boolean enabled) void
void
void
setPassword
(String password) void
setTenantId
(String tenantId) void
setUsername
(String username) toString()
-
Field Details
-
id
-
username
-
password
-
tenantId
-
name
-
email
-
enabled
-
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getUsername
- Returns:
- the username
-
setUsername
- Parameters:
username
- the username to set
-
getPassword
- Returns:
- the password
-
setPassword
- Parameters:
password
- the password to set
-
getTenantId
- Returns:
- the tenantId
-
setTenantId
- Parameters:
tenantId
- the tenantId to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getEmail
- Returns:
- the email
-
setEmail
- Parameters:
email
- the email to set
-
getEnabled
- Returns:
- the enabled
-
setEnabled
- Parameters:
enabled
- the enabled to set
-
toString
-