public class SenlinNode extends Object implements Node
| Modifier and Type | Class and Description |
|---|---|
static class |
SenlinNode.Node
An inner class for representing lists of senlinNode
|
| Constructor and Description |
|---|
SenlinNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterID()
Returns the cluster id of the Event
|
Date |
getCreatedAt()
Returns the created at time of the Event
|
Map<String,Object> |
getData()
Returns the data of the Event
|
Map<String,Object> |
getDetails()
Returns the details of the Event
|
String |
getDomain()
Returns the domain of the Event
|
String |
getId() |
Integer |
getIndex()
Returns the index of the Event
|
Date |
getInitAt()
Returns the init at time of the Event
|
Map<String,Object> |
getMetadata()
Returns the metadata of the Event
|
String |
getName() |
String |
getPhysicalID()
Returns the physical id of the Event
|
String |
getProfileID()
Returns the profile id of the Event
|
String |
getProfileName()
Returns the profile name of the Event
|
String |
getProject()
Returns the project of the Event
|
String |
getRole()
Returns the role of the Event
|
String |
getStatus()
Returns the status of the Event
|
String |
getStatusReason()
Returns the status reason of the Event
|
Date |
getUpdatedAt()
Returns the updated at time of the Event
|
String |
getUser()
Returns the user of the Event
|
String |
toString() |
public String getId()
getId in interface ResourceEntitypublic String getName()
getName in interface ResourceEntitypublic String getClusterID()
NodegetClusterID in interface Nodepublic Date getCreatedAt()
NodegetCreatedAt in interface Nodepublic String getDomain()
Nodepublic Integer getIndex()
Nodepublic Map<String,Object> getData()
Nodepublic Map<String,Object> getDetails()
NodegetDetails in interface Nodepublic Date getInitAt()
Nodepublic Map<String,Object> getMetadata()
NodegetMetadata in interface Nodepublic String getPhysicalID()
NodegetPhysicalID in interface Nodepublic String getProfileID()
NodegetProfileID in interface Nodepublic String getProfileName()
NodegetProfileName in interface Nodepublic String getProject()
NodegetProject in interface Nodepublic String getRole()
Nodepublic String getStatus()
Nodepublic String getStatusReason()
NodegetStatusReason in interface Nodepublic Date getUpdatedAt()
NodegetUpdatedAt in interface Nodepublic String getUser()
NodeCopyright © 2017. All rights reserved.