public class APIWorkFlowStatus
extends java.lang.Object
Constructor and Description |
---|
APIWorkFlowStatus() |
APIWorkFlowStatus(WorkFlow flow) |
Modifier and Type | Method and Description |
---|---|
int |
getAdminStatus() |
java.lang.String |
getCancelledByUser() |
long |
getCancelledTime() |
java.util.List<APIWorkFlowEntry> |
getEntries() |
int |
getExecutionStatus() |
long |
getFutureStartTime() |
int |
getRequestId() |
long |
getSubmittedTime() |
long |
getWorkflowCreated() |
void |
setAdminStatus(int adminStatus) |
void |
setCancelledByUser(java.lang.String cancelledByUser) |
void |
setCancelledTime(long cancelledTime) |
void |
setEntries(java.util.List<APIWorkFlowEntry> entries) |
void |
setExecutionStatus(int executionStatus) |
void |
setFutureStartTime(long futureStartTime) |
void |
setRequestId(int requestId) |
void |
setSubmittedTime(long submittedTime) |
void |
setWorkflowCreated(long workflowCreated) |
public APIWorkFlowStatus()
public APIWorkFlowStatus(WorkFlow flow)
public int getRequestId()
public long getWorkflowCreated()
public long getSubmittedTime()
public long getCancelledTime()
public java.lang.String getCancelledByUser()
public int getAdminStatus()
public int getExecutionStatus()
public long getFutureStartTime()
public void setRequestId(int requestId)
requestId
- the requestId to setpublic void setWorkflowCreated(long workflowCreated)
workflowCreated
- the workflowCreated to setpublic void setSubmittedTime(long submittedTime)
submittedTime
- the submittedTime to setpublic void setCancelledTime(long cancelledTime)
cancelledTime
- the cancelledTime to setpublic void setCancelledByUser(java.lang.String cancelledByUser)
cancelledByUser
- the cancelledByUser to setpublic void setAdminStatus(int adminStatus)
adminStatus
- the adminStatus to setpublic void setExecutionStatus(int executionStatus)
executionStatus
- the executionStatus to setpublic void setFutureStartTime(long futureStartTime)
futureStartTime
- the futureStartTime to setpublic java.util.List<APIWorkFlowEntry> getEntries()
public void setEntries(java.util.List<APIWorkFlowEntry> entries)
entries
- the entries to set