Package org.openstack4j.openstack.common
Class IdResourceEntity
- java.lang.Object
-
- org.openstack4j.openstack.common.IdResourceEntity
-
- All Implemented Interfaces:
Serializable,IdEntity,ModelEntity
- Direct Known Subclasses:
BasicResourceEntity,KeystoneAuth.AuthScope.ScopeTrust
public class IdResourceEntity extends Object implements IdEntity
Basic Id based Entity Model implementation- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdResourceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()voidsetId(String id)Sets the identifier for this resource.StringtoString()
-