Class SenlinNode
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinNode
-
- All Implemented Interfaces:
Serializable,ModelEntity,ResourceEntity,Node
public class SenlinNode extends Object implements Node
This is a model of a senlinNode. 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 classSenlinNode.NodeAn inner class for representing lists of senlinNode
-
Constructor Summary
Constructors Constructor Description SenlinNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterID()Returns the cluster id of the EventDategetCreatedAt()Returns the created at time of the EventMap<String,Object>getData()Returns the data of the EventMap<String,Object>getDetails()Returns the details of the EventStringgetDomain()Returns the domain of the EventStringgetId()IntegergetIndex()Returns the index of the EventDategetInitAt()Returns the init at time of the EventMap<String,Object>getMetadata()Returns the metadata of the EventStringgetName()StringgetPhysicalID()Returns the physical id of the EventStringgetProfileID()Returns the profile id of the EventStringgetProfileName()Returns the profile name of the EventStringgetProject()Returns the project of the EventStringgetRole()Returns the role of the EventStringgetStatus()Returns the status of the EventStringgetStatusReason()Returns the status reason of the EventDategetUpdatedAt()Returns the updated at time of the EventStringgetUser()Returns the user of the EventStringtoString()
-
-
-
Method Detail
-
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
-
getClusterID
public String getClusterID()
Description copied from interface:NodeReturns the cluster id of the Event- Specified by:
getClusterIDin interfaceNode- Returns:
- the cluster id of the Event
-
getCreatedAt
public Date getCreatedAt()
Description copied from interface:NodeReturns the created at time of the Event- Specified by:
getCreatedAtin interfaceNode- Returns:
- the created at time of the Event
-
getDomain
public String getDomain()
Description copied from interface:NodeReturns the domain of the Event
-
getIndex
public Integer getIndex()
Description copied from interface:NodeReturns the index of the Event
-
getData
public Map<String,Object> getData()
Description copied from interface:NodeReturns the data of the Event
-
getDetails
public Map<String,Object> getDetails()
Description copied from interface:NodeReturns the details of the Event- Specified by:
getDetailsin interfaceNode- Returns:
- the details of the Event
-
getInitAt
public Date getInitAt()
Description copied from interface:NodeReturns the init at time of the Event
-
getMetadata
public Map<String,Object> getMetadata()
Description copied from interface:NodeReturns the metadata of the Event- Specified by:
getMetadatain interfaceNode- Returns:
- the metadata of the Event
-
getPhysicalID
public String getPhysicalID()
Description copied from interface:NodeReturns the physical id of the Event- Specified by:
getPhysicalIDin interfaceNode- Returns:
- the physical id of the Event
-
getProfileID
public String getProfileID()
Description copied from interface:NodeReturns the profile id of the Event- Specified by:
getProfileIDin interfaceNode- Returns:
- the profile id of the Event
-
getProfileName
public String getProfileName()
Description copied from interface:NodeReturns the profile name of the Event- Specified by:
getProfileNamein interfaceNode- Returns:
- the profile name of the Event
-
getProject
public String getProject()
Description copied from interface:NodeReturns the project of the Event- Specified by:
getProjectin interfaceNode- Returns:
- the project of the Event
-
getRole
public String getRole()
Description copied from interface:NodeReturns the role of the Event
-
getStatus
public String getStatus()
Description copied from interface:NodeReturns the status of the Event
-
getStatusReason
public String getStatusReason()
Description copied from interface:NodeReturns the status reason of the Event- Specified by:
getStatusReasonin interfaceNode- Returns:
- the status reason of the Event
-
getUpdatedAt
public Date getUpdatedAt()
Description copied from interface:NodeReturns the updated at time of the Event- Specified by:
getUpdatedAtin interfaceNode- Returns:
- the updated at time of the Event
-
getUser
public String getUser()
Description copied from interface:NodeReturns the user of the Event
-
-