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 ResourceEntity
public String getName()
getName
in interface ResourceEntity
public String getClusterID()
Node
getClusterID
in interface Node
public Date getCreatedAt()
Node
getCreatedAt
in interface Node
public String getDomain()
Node
public Integer getIndex()
Node
public Map<String,Object> getData()
Node
public Map<String,Object> getDetails()
Node
getDetails
in interface Node
public Date getInitAt()
Node
public Map<String,Object> getMetadata()
Node
getMetadata
in interface Node
public String getPhysicalID()
Node
getPhysicalID
in interface Node
public String getProfileID()
Node
getProfileID
in interface Node
public String getProfileName()
Node
getProfileName
in interface Node
public String getProject()
Node
getProject
in interface Node
public String getRole()
Node
public String getStatus()
Node
public String getStatusReason()
Node
getStatusReason
in interface Node
public Date getUpdatedAt()
Node
getUpdatedAt
in interface Node
public String getUser()
Node
Copyright © 2017. All rights reserved.