public class TaskInformation extends Object
Constructor and Description |
---|
TaskInformation() |
Modifier and Type | Method and Description |
---|---|
TaskExecutionInformation |
executionInfo()
Get the executionInfo value.
|
String |
jobId()
Get the jobId value.
|
Integer |
subtaskId()
Get the subtaskId value.
|
String |
taskId()
Get the taskId value.
|
TaskState |
taskState()
Get the taskState value.
|
String |
taskUrl()
Get the taskUrl value.
|
TaskInformation |
withExecutionInfo(TaskExecutionInformation executionInfo)
Set the executionInfo value.
|
TaskInformation |
withJobId(String jobId)
Set the jobId value.
|
TaskInformation |
withSubtaskId(Integer subtaskId)
Set the subtaskId value.
|
TaskInformation |
withTaskId(String taskId)
Set the taskId value.
|
TaskInformation |
withTaskState(TaskState taskState)
Set the taskState value.
|
TaskInformation |
withTaskUrl(String taskUrl)
Set the taskUrl value.
|
public String taskUrl()
public TaskInformation withTaskUrl(String taskUrl)
taskUrl
- the taskUrl value to setpublic String jobId()
public TaskInformation withJobId(String jobId)
jobId
- the jobId value to setpublic String taskId()
public TaskInformation withTaskId(String taskId)
taskId
- the taskId value to setpublic Integer subtaskId()
public TaskInformation withSubtaskId(Integer subtaskId)
subtaskId
- the subtaskId value to setpublic TaskState taskState()
public TaskInformation withTaskState(TaskState taskState)
taskState
- the taskState value to setpublic TaskExecutionInformation executionInfo()
public TaskInformation withExecutionInfo(TaskExecutionInformation executionInfo)
executionInfo
- the executionInfo value to setCopyright © 2019. All rights reserved.