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 ResourceEntity
public String getName()
getName
in interface ResourceEntity
public Map<String,Object> getContext()
Action
getContext
in interface Action
public String getAction()
Action
public Date getUpdatedAt()
Action
getUpdatedAt
in interface Action
public String getCause()
Action
public Date getCreatedAt()
Action
getCreatedAt
in interface Action
public List<String> getDependedBy()
Action
getDependedBy
in interface Action
public List<String> getDependedOn()
Action
getDependedOn
in interface Action
public Float getEndTime()
Action
getEndTime
in interface Action
public Map<String,Object> getInputs()
Action
public Integer getInterval()
Action
getInterval
in interface Action
public Map<String,Object> getOutputs()
Action
getOutputs
in interface Action
public String getOwner()
Action
public Float getStartTime()
Action
getStartTime
in interface Action
public String getStatus()
Action
public String getStatusReason()
Action
getStatusReason
in interface Action
public String getTarget()
Action
public Integer getTimeout()
Action
getTimeout
in interface Action
Copyright © 2017. All rights reserved.