public interface JobExecutionInfo extends ModelEntity
Modifier and Type | Method and Description |
---|---|
String |
getAcl() |
List<? extends JobExecutionAction> |
getActions() |
String |
getAppName() |
String |
getAppPath() |
String |
getConf() |
String |
getConsoleUrl() |
Date |
getCreatedTime() |
Date |
getEndTime() |
String |
getExternalId() |
String |
getGroup() |
String |
getId() |
Date |
getLastModTime() |
String |
getParentId() |
int |
getRun() |
Date |
getStartTime() |
String |
getStatus() |
String |
getToString() |
String |
getUser() |
String getStatus()
String getExternalId()
int getRun()
Date getStartTime()
Date getEndTime()
String getAppName()
Date getLastModTime()
List<? extends JobExecutionAction> getActions()
String getAcl()
String getConsoleUrl()
String getAppPath()
String getToString()
String getUser()
String getConf()
String getParentId()
Date getCreatedTime()
String getGroup()
String getId()
Copyright © 2017. All rights reserved.