Package com.netflix.conductor.common.run
Class TaskSummary
java.lang.Object
com.netflix.conductor.common.run.TaskSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetInput()longintvoidsetCorrelationId(String correlationId) voidsetEndTime(String endTime) voidsetExecutionTime(long executionTime) voidsetExternalInputPayloadStoragePath(String externalInputPayloadStoragePath) voidsetExternalOutputPayloadStoragePath(String externalOutputPayloadStoragePath) voidvoidvoidsetQueueWaitTime(long queueWaitTime) voidsetReasonForIncompletion(String reasonForIncompletion) voidsetScheduledTime(String scheduledTime) voidsetStartTime(String startTime) voidsetStatus(Task.Status status) voidsetTaskDefName(String taskDefName) voidvoidsetTaskType(String taskType) voidsetUpdateTime(String updateTime) voidsetWorkflowId(String workflowId) voidsetWorkflowPriority(int workflowPriority) voidsetWorkflowType(String workflowType)
-
Constructor Details
-
TaskSummary
public TaskSummary()
-
-
Method Details
-
getWorkflowId
- Returns:
- the workflowId
-
setWorkflowId
- Parameters:
workflowId- the workflowId to set
-
getWorkflowType
- Returns:
- the workflowType
-
setWorkflowType
- Parameters:
workflowType- the workflowType to set
-
getCorrelationId
- Returns:
- the correlationId
-
setCorrelationId
- Parameters:
correlationId- the correlationId to set
-
getScheduledTime
- Returns:
- the scheduledTime
-
setScheduledTime
- Parameters:
scheduledTime- the scheduledTime to set
-
getStartTime
- Returns:
- the startTime
-
setStartTime
- Parameters:
startTime- the startTime to set
-
getUpdateTime
- Returns:
- the updateTime
-
setUpdateTime
- Parameters:
updateTime- the updateTime to set
-
getEndTime
- Returns:
- the endTime
-
setEndTime
- Parameters:
endTime- the endTime to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status- the status to set
-
getReasonForIncompletion
- Returns:
- the reasonForIncompletion
-
setReasonForIncompletion
- Parameters:
reasonForIncompletion- the reasonForIncompletion to set
-
getExecutionTime
public long getExecutionTime()- Returns:
- the executionTime
-
setExecutionTime
public void setExecutionTime(long executionTime) - Parameters:
executionTime- the executionTime to set
-
getQueueWaitTime
public long getQueueWaitTime()- Returns:
- the queueWaitTime
-
setQueueWaitTime
public void setQueueWaitTime(long queueWaitTime) - Parameters:
queueWaitTime- the queueWaitTime to set
-
getTaskDefName
- Returns:
- the taskDefName
-
setTaskDefName
- Parameters:
taskDefName- the taskDefName to set
-
getTaskType
- Returns:
- the taskType
-
setTaskType
- Parameters:
taskType- the taskType to set
-
getInput
- Returns:
- input to the task
-
setInput
- Parameters:
input- input to the task
-
getOutput
- Returns:
- output of the task
-
setOutput
- Parameters:
output- Task output
-
getTaskId
- Returns:
- the taskId
-
setTaskId
- Parameters:
taskId- the taskId to set
-
getExternalInputPayloadStoragePath
- Returns:
- the external storage path for the task input payload
-
setExternalInputPayloadStoragePath
- Parameters:
externalInputPayloadStoragePath- the external storage path where the task input payload is stored
-
getExternalOutputPayloadStoragePath
- Returns:
- the external storage path for the task output payload
-
setExternalOutputPayloadStoragePath
- Parameters:
externalOutputPayloadStoragePath- the external storage path where the task output payload is stored
-
getWorkflowPriority
public int getWorkflowPriority()- Returns:
- the priority defined on workflow
-
setWorkflowPriority
public void setWorkflowPriority(int workflowPriority) - Parameters:
workflowPriority- Priority defined for workflow
-