public class Job extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Job.StatusEnum |
| Constructor and Description |
|---|
Job(Job.StatusEnum status,
String type,
String reference,
String namespace,
String name,
String actionType,
String target,
String targetObjectType,
String jobState,
String startTime,
String updateTime,
Boolean suspendable,
Boolean cancelable,
Boolean queued,
String user,
String emailAddresses,
String title,
Integer percentComplete,
String targetName,
String parentActionState,
String parentAction)
Constructor for Job.
|
| Modifier and Type | Method and Description |
|---|---|
static Job |
fromJson(com.fasterxml.jackson.databind.JsonNode json)
Create new Job from JsonNode.
|
String |
getActionType() |
Boolean |
getCancelable() |
String |
getEmailAddresses() |
String |
getJobState() |
String |
getName() |
String |
getNamespace() |
String |
getParentAction() |
String |
getParentActionState() |
Integer |
getPercentComplete() |
Boolean |
getQueued() |
String |
getReference() |
String |
getStartTime() |
Job.StatusEnum |
getStatus() |
Boolean |
getSuspendable() |
String |
getTarget() |
String |
getTargetName() |
String |
getTargetObjectType() |
String |
getTitle() |
String |
getType() |
String |
getUpdateTime() |
String |
getUser() |
public Job(Job.StatusEnum status, String type, String reference, String namespace, String name, String actionType, String target, String targetObjectType, String jobState, String startTime, String updateTime, Boolean suspendable, Boolean cancelable, Boolean queued, String user, String emailAddresses, String title, Integer percentComplete, String targetName, String parentActionState, String parentAction)
status - StatusEnumtype - Stringreference - Stringnamespace - Stringname - StringactionType - Stringtarget - StringtargetObjectType - StringjobState - StringstartTime - StringupdateTime - Stringsuspendable - Booleancancelable - Booleanqueued - Booleanuser - StringemailAddresses - Stringtitle - StringpercentComplete - IntegertargetName - StringparentActionState - StringparentAction - Stringpublic Job.StatusEnum getStatus()
public String getType()
public String getReference()
public String getNamespace()
public String getName()
public String getActionType()
public String getTarget()
public String getTargetObjectType()
public String getJobState()
public String getStartTime()
public String getUpdateTime()
public Boolean getSuspendable()
public Boolean getCancelable()
public Boolean getQueued()
public String getUser()
public String getEmailAddresses()
public String getTitle()
public Integer getPercentComplete()
public String getTargetName()
public String getParentActionState()
public String getParentAction()
public static Job fromJson(com.fasterxml.jackson.databind.JsonNode json)
json - JsonNodeCopyright © 2016–2018. All rights reserved.