public class SenlinAction extends Object implements Action
| Modifier and Type | Class and Description |
|---|---|
static class |
SenlinAction.Action
An inner class for representing lists of senlinAction
|
| Constructor and Description |
|---|
SenlinAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the action name of the action
|
String |
getCause()
Returns the action name of the action
|
Map<String,Object> |
getContext()
Returns the context of the action
|
Date |
getCreatedAt()
Returns the action name of the action
|
List<String> |
getDependedBy()
Returns the depended by of the action
|
List<String> |
getDependedOn()
Returns the depends on of the action
|
Float |
getEndTime()
Returns the end time of the action
|
String |
getId() |
Map<String,Object> |
getInputs()
Returns the inputs of the action
|
Integer |
getInterval()
Returns the interval of the action
|
String |
getName() |
Map<String,Object> |
getOutputs()
Returns the outputs of the action
|
String |
getOwner()
Returns the owner of the action
|
Float |
getStartTime()
Returns the start time of the action
|
String |
getStatus()
Returns the status of the action
|
String |
getStatusReason()
Returns the status reason of the action
|
String |
getTarget()
Returns the target of the action
|
Integer |
getTimeout()
Returns the timeout value of the action
|
Date |
getUpdatedAt()
Returns the action name of the action
|
String |
toString() |
public String getId()
getId in interface ResourceEntitypublic String getName()
getName in interface ResourceEntitypublic Map<String,Object> getContext()
ActiongetContext in interface Actionpublic String getAction()
Actionpublic Date getUpdatedAt()
ActiongetUpdatedAt in interface Actionpublic String getCause()
Actionpublic Date getCreatedAt()
ActiongetCreatedAt in interface Actionpublic List<String> getDependedBy()
ActiongetDependedBy in interface Actionpublic List<String> getDependedOn()
ActiongetDependedOn in interface Actionpublic Float getEndTime()
ActiongetEndTime in interface Actionpublic Map<String,Object> getInputs()
Actionpublic Integer getInterval()
ActiongetInterval in interface Actionpublic Map<String,Object> getOutputs()
ActiongetOutputs in interface Actionpublic String getOwner()
Actionpublic Float getStartTime()
ActiongetStartTime in interface Actionpublic String getStatus()
Actionpublic String getStatusReason()
ActiongetStatusReason in interface Actionpublic String getTarget()
Actionpublic Integer getTimeout()
ActiongetTimeout in interface ActionCopyright © 2017. All rights reserved.