Package org.openstack4j.model.sahara
Interface JobExecutionInfo
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
SaharaJobExecutionInfo
public interface JobExecutionInfo extends ModelEntity
An Info of Sahara Job Execution- Author:
- ekasit.kijsipongse@nectec.or.th, siwat.pru@outlook.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAcl()List<? extends JobExecutionAction>getActions()StringgetAppName()StringgetAppPath()StringgetConf()StringgetConsoleUrl()DategetCreatedTime()DategetEndTime()StringgetExternalId()StringgetGroup()StringgetId()DategetLastModTime()StringgetParentId()intgetRun()DategetStartTime()StringgetStatus()StringgetToString()StringgetUser()
-
-
-
Method Detail
-
getStatus
String getStatus()
-
getExternalId
String getExternalId()
-
getRun
int getRun()
-
getStartTime
Date getStartTime()
-
getEndTime
Date getEndTime()
-
getAppName
String getAppName()
-
getLastModTime
Date getLastModTime()
-
getActions
List<? extends JobExecutionAction> getActions()
-
getAcl
String getAcl()
-
getConsoleUrl
String getConsoleUrl()
-
getAppPath
String getAppPath()
-
getToString
String getToString()
-
getUser
String getUser()
-
getConf
String getConf()
-
getParentId
String getParentId()
-
getCreatedTime
Date getCreatedTime()
-
getGroup
String getGroup()
-
getId
String getId()
-
-