Class Tenant
java.lang.Object
com.woorea.openstack.keystone.model.Tenant
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
void
toString()
-
Field Details
-
id
-
name
-
description
-
enabled
-
-
Constructor Details
-
Tenant
-
Tenant
-
Tenant
-
Tenant
public Tenant()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
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
-
toString
-