Class TaskSummary

java.lang.Object
com.netflix.conductor.common.run.TaskSummary

public class TaskSummary extends Object
  • Constructor Details

    • TaskSummary

      public TaskSummary()
  • Method Details

    • getWorkflowId

      public String getWorkflowId()
      Returns:
      the workflowId
    • setWorkflowId

      public void setWorkflowId(String workflowId)
      Parameters:
      workflowId - the workflowId to set
    • getWorkflowType

      public String getWorkflowType()
      Returns:
      the workflowType
    • setWorkflowType

      public void setWorkflowType(String workflowType)
      Parameters:
      workflowType - the workflowType to set
    • getCorrelationId

      public String getCorrelationId()
      Returns:
      the correlationId
    • setCorrelationId

      public void setCorrelationId(String correlationId)
      Parameters:
      correlationId - the correlationId to set
    • getScheduledTime

      public String getScheduledTime()
      Returns:
      the scheduledTime
    • setScheduledTime

      public void setScheduledTime(String scheduledTime)
      Parameters:
      scheduledTime - the scheduledTime to set
    • getStartTime

      public String getStartTime()
      Returns:
      the startTime
    • setStartTime

      public void setStartTime(String startTime)
      Parameters:
      startTime - the startTime to set
    • getUpdateTime

      public String getUpdateTime()
      Returns:
      the updateTime
    • setUpdateTime

      public void setUpdateTime(String updateTime)
      Parameters:
      updateTime - the updateTime to set
    • getEndTime

      public String getEndTime()
      Returns:
      the endTime
    • setEndTime

      public void setEndTime(String endTime)
      Parameters:
      endTime - the endTime to set
    • getStatus

      public Task.Status getStatus()
      Returns:
      the status
    • setStatus

      public void setStatus(Task.Status status)
      Parameters:
      status - the status to set
    • getReasonForIncompletion

      public String getReasonForIncompletion()
      Returns:
      the reasonForIncompletion
    • setReasonForIncompletion

      public void setReasonForIncompletion(String reasonForIncompletion)
      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

      public String getTaskDefName()
      Returns:
      the taskDefName
    • setTaskDefName

      public void setTaskDefName(String taskDefName)
      Parameters:
      taskDefName - the taskDefName to set
    • getTaskType

      public String getTaskType()
      Returns:
      the taskType
    • setTaskType

      public void setTaskType(String taskType)
      Parameters:
      taskType - the taskType to set
    • getInput

      public String getInput()
      Returns:
      input to the task
    • setInput

      public void setInput(String input)
      Parameters:
      input - input to the task
    • getOutput

      public String getOutput()
      Returns:
      output of the task
    • setOutput

      public void setOutput(String output)
      Parameters:
      output - Task output
    • getTaskId

      public String getTaskId()
      Returns:
      the taskId
    • setTaskId

      public void setTaskId(String taskId)
      Parameters:
      taskId - the taskId to set
    • getExternalInputPayloadStoragePath

      public String getExternalInputPayloadStoragePath()
      Returns:
      the external storage path for the task input payload
    • setExternalInputPayloadStoragePath

      public void setExternalInputPayloadStoragePath(String externalInputPayloadStoragePath)
      Parameters:
      externalInputPayloadStoragePath - the external storage path where the task input payload is stored
    • getExternalOutputPayloadStoragePath

      public String getExternalOutputPayloadStoragePath()
      Returns:
      the external storage path for the task output payload
    • setExternalOutputPayloadStoragePath

      public void setExternalOutputPayloadStoragePath(String externalOutputPayloadStoragePath)
      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