Class SaharaJobExecutionAction
- java.lang.Object
-
- org.openstack4j.openstack.sahara.domain.SaharaJobExecutionAction
-
- All Implemented Interfaces:
Serializable,ModelEntity,JobExecutionAction
public class SaharaJobExecutionAction extends Object implements JobExecutionAction
For mapping JSON response to/from java objects- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaharaJobExecutionAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConf()StringgetConsoleUrl()StringgetCred()StringgetData()DategetEndTime()StringgetErrorCode()StringgetErrorMessage()StringgetExternalChildIds()StringgetExternalId()StringgetExternalStatus()StringgetId()StringgetName()intgetRetries()DategetStartTime()StringgetStats()StringgetStatus()StringgetToString()StringgetTrackerUri()StringgetTransition()StringgetType()StringtoString()
-
-
-
Method Detail
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceJobExecutionAction
-
getRetries
public int getRetries()
- Specified by:
getRetriesin interfaceJobExecutionAction
-
getTransition
public String getTransition()
- Specified by:
getTransitionin interfaceJobExecutionAction
-
getStats
public String getStats()
- Specified by:
getStatsin interfaceJobExecutionAction
-
getStartTime
public Date getStartTime()
- Specified by:
getStartTimein interfaceJobExecutionAction
-
getEndTime
public Date getEndTime()
- Specified by:
getEndTimein interfaceJobExecutionAction
-
getCred
public String getCred()
- Specified by:
getCredin interfaceJobExecutionAction
-
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessagein interfaceJobExecutionAction
-
getExternalId
public String getExternalId()
- Specified by:
getExternalIdin interfaceJobExecutionAction
-
getErrorCode
public String getErrorCode()
- Specified by:
getErrorCodein interfaceJobExecutionAction
-
getConsoleUrl
public String getConsoleUrl()
- Specified by:
getConsoleUrlin interfaceJobExecutionAction
-
getToString
public String getToString()
- Specified by:
getToStringin interfaceJobExecutionAction
-
getExternalStatus
public String getExternalStatus()
- Specified by:
getExternalStatusin interfaceJobExecutionAction
-
getConf
public String getConf()
- Specified by:
getConfin interfaceJobExecutionAction
-
getType
public String getType()
- Specified by:
getTypein interfaceJobExecutionAction
-
getTrackerUri
public String getTrackerUri()
- Specified by:
getTrackerUriin interfaceJobExecutionAction
-
getExternalChildIds
public String getExternalChildIds()
- Specified by:
getExternalChildIdsin interfaceJobExecutionAction
-
getData
public String getData()
- Specified by:
getDatain interfaceJobExecutionAction
-
getId
public String getId()
- Specified by:
getIdin interfaceJobExecutionAction
-
getName
public String getName()
- Specified by:
getNamein interfaceJobExecutionAction
-
-