Class Service
java.lang.Object
com.woorea.openstack.keystone.model.Service
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
type
-
name
-
description
-
-
Constructor Details
-
Service
public Service()
-
-
Method Details
-
getId
- Returns:
- the id
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
toString
-