Class Role
java.lang.Object
com.woorea.openstack.keystone.model.Role
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setDescription
(String description) void
setEnabled
(String enabled) void
-
Field Details
-
id
-
name
-
description
-
enabled
-
-
Constructor Details
-
Role
public Role()
-
-
Method Details
-
getId
- Returns:
- the id
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getEnabled
- Returns:
- the enabled
-
setEnabled
- Parameters:
enabled
- the enabled to set
-