Package org.openstack4j.model.sahara
Interface JobExecutionAction
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SaharaJobExecutionAction
public interface JobExecutionAction extends ModelEntity
An Action of Sahara Job Execution- Author:
- [email protected], [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract 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()
-
-
-
Method Detail
-
getStatus
String getStatus()
-
getRetries
int getRetries()
-
getTransition
String getTransition()
-
getStats
String getStats()
-
getStartTime
Date getStartTime()
-
getEndTime
Date getEndTime()
-
getCred
String getCred()
-
getErrorMessage
String getErrorMessage()
-
getExternalId
String getExternalId()
-
getErrorCode
String getErrorCode()
-
getConsoleUrl
String getConsoleUrl()
-
getToString
String getToString()
-
getExternalStatus
String getExternalStatus()
-
getConf
String getConf()
-
getType
String getType()
-
getTrackerUri
String getTrackerUri()
-
getExternalChildIds
String getExternalChildIds()
-
getData
String getData()
-
getId
String getId()
-
getName
String getName()
-
-