Class SenlinProfile
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinProfile
-
- All Implemented Interfaces:
Serializable,ModelEntity,ResourceEntity,Profile
public class SenlinProfile extends Object implements Profile
This is a model of a senlinProfile. It uses Jackson annotations for (de)serialization into JSON format- Author:
- lion
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSenlinProfile.ProfileAn inner class for representing lists of senlinProfile
-
Constructor Summary
Constructors Constructor Description SenlinProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Returns the created at time of the profileStringgetDomain()Returns the domain of the profileStringgetId()Map<String,Object>getMetadata()Returns the metadata of the profileStringgetName()StringgetProject()Returns the project of the profileMap<String,Object>getSpec()Returns the spec of the profileStringgetType()Returns the type of the profileDategetUpdatedAt()Returns the updated at time of the profileStringgetUser()Returns the user of the profileStringtoString()
-
-
-
Method Detail
-
getType
public String getType()
Description copied from interface:ProfileReturns the type of the profile
-
getUpdatedAt
public Date getUpdatedAt()
Description copied from interface:ProfileReturns the updated at time of the profile- Specified by:
getUpdatedAtin interfaceProfile- Returns:
- the updated at time of the profile
-
getUser
public String getUser()
Description copied from interface:ProfileReturns the user of the profile
-
getId
public String getId()
- Specified by:
getIdin interfaceResourceEntity- Returns:
- the id of this entity
-
getName
public String getName()
- Specified by:
getNamein interfaceResourceEntity- Returns:
- the name of this entity
-
getCreatedAt
public Date getCreatedAt()
Description copied from interface:ProfileReturns the created at time of the profile- Specified by:
getCreatedAtin interfaceProfile- Returns:
- the created at time of the profile
-
getDomain
public String getDomain()
Description copied from interface:ProfileReturns the domain of the profile
-
getProject
public String getProject()
Description copied from interface:ProfileReturns the project of the profile- Specified by:
getProjectin interfaceProfile- Returns:
- the project of the profile
-
getMetadata
public Map<String,Object> getMetadata()
Description copied from interface:ProfileReturns the metadata of the profile- Specified by:
getMetadatain interfaceProfile- Returns:
- the metadata of the profile
-
getSpec
public Map<String,Object> getSpec()
Description copied from interface:ProfileReturns the spec of the profile
-
-