Class SenlinAction
- java.lang.Object
-
- org.openstack4j.openstack.senlin.domain.SenlinAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,ResourceEntity,Action
public class SenlinAction extends Object implements Action
This is a model of a senlinAction. 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 classSenlinAction.ActionAn inner class for representing lists of senlinAction
-
Constructor Summary
Constructors Constructor Description SenlinAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Returns the action name of the actionStringgetCause()Returns the action name of the actionMap<String,Object>getContext()Returns the context of the actionDategetCreatedAt()Returns the action name of the actionList<String>getDependedBy()Returns the depended by of the actionList<String>getDependedOn()Returns the depends on of the actionFloatgetEndTime()Returns the end time of the actionStringgetId()Map<String,Object>getInputs()Returns the inputs of the actionIntegergetInterval()Returns the interval of the actionStringgetName()Map<String,Object>getOutputs()Returns the outputs of the actionStringgetOwner()Returns the owner of the actionFloatgetStartTime()Returns the start time of the actionStringgetStatus()Returns the status of the actionStringgetStatusReason()Returns the status reason of the actionStringgetTarget()Returns the target of the actionIntegergetTimeout()Returns the timeout value of the actionDategetUpdatedAt()Returns the action name of the actionStringtoString()
-
-
-
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
-
getContext
public Map<String,Object> getContext()
Description copied from interface:ActionReturns the context of the action- Specified by:
getContextin interfaceAction- Returns:
- the context of the action
-
getAction
public String getAction()
Description copied from interface:ActionReturns the action name of the action
-
getUpdatedAt
public Date getUpdatedAt()
Description copied from interface:ActionReturns the action name of the action- Specified by:
getUpdatedAtin interfaceAction- Returns:
- the action name of the action
-
getCause
public String getCause()
Description copied from interface:ActionReturns the action name of the action
-
getCreatedAt
public Date getCreatedAt()
Description copied from interface:ActionReturns the action name of the action- Specified by:
getCreatedAtin interfaceAction- Returns:
- the action name of the action
-
getDependedBy
public List<String> getDependedBy()
Description copied from interface:ActionReturns the depended by of the action- Specified by:
getDependedByin interfaceAction- Returns:
- the depended by of the action
-
getDependedOn
public List<String> getDependedOn()
Description copied from interface:ActionReturns the depends on of the action- Specified by:
getDependedOnin interfaceAction- Returns:
- the depends on of the action
-
getEndTime
public Float getEndTime()
Description copied from interface:ActionReturns the end time of the action- Specified by:
getEndTimein interfaceAction- Returns:
- the end time of the action
-
getInputs
public Map<String,Object> getInputs()
Description copied from interface:ActionReturns the inputs of the action
-
getInterval
public Integer getInterval()
Description copied from interface:ActionReturns the interval of the action- Specified by:
getIntervalin interfaceAction- Returns:
- the interval of the action
-
getOutputs
public Map<String,Object> getOutputs()
Description copied from interface:ActionReturns the outputs of the action- Specified by:
getOutputsin interfaceAction- Returns:
- the outputs of the action
-
getOwner
public String getOwner()
Description copied from interface:ActionReturns the owner of the action
-
getStartTime
public Float getStartTime()
Description copied from interface:ActionReturns the start time of the action- Specified by:
getStartTimein interfaceAction- Returns:
- the start time of the action
-
getStatus
public String getStatus()
Description copied from interface:ActionReturns the status of the action
-
getStatusReason
public String getStatusReason()
Description copied from interface:ActionReturns the status reason of the action- Specified by:
getStatusReasonin interfaceAction- Returns:
- the status reason of the action
-
getTarget
public String getTarget()
Description copied from interface:ActionReturns the target of the action
-
getTimeout
public Integer getTimeout()
Description copied from interface:ActionReturns the timeout value of the action- Specified by:
getTimeoutin interfaceAction- Returns:
- the timeout value of the action
-
-