public class TaskExecutionInformation extends Object
| Constructor and Description | 
|---|
| TaskExecutionInformation() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskContainerExecutionInformation | containerInfo()Get the containerInfo value. | 
| org.joda.time.DateTime | endTime()Get the endTime value. | 
| Integer | exitCode()Get the exitCode value. | 
| TaskFailureInformation | failureInfo()Get the failureInfo value. | 
| org.joda.time.DateTime | lastRequeueTime()Get the lastRequeueTime value. | 
| org.joda.time.DateTime | lastRetryTime()Get the lastRetryTime value. | 
| int | requeueCount()Get the requeueCount value. | 
| TaskExecutionResult | result()Get the result value. | 
| int | retryCount()Get the retryCount value. | 
| org.joda.time.DateTime | startTime()Get the startTime value. | 
| TaskExecutionInformation | withContainerInfo(TaskContainerExecutionInformation containerInfo)Set the containerInfo value. | 
| TaskExecutionInformation | withEndTime(org.joda.time.DateTime endTime)Set the endTime value. | 
| TaskExecutionInformation | withExitCode(Integer exitCode)Set the exitCode value. | 
| TaskExecutionInformation | withFailureInfo(TaskFailureInformation failureInfo)Set the failureInfo value. | 
| TaskExecutionInformation | withLastRequeueTime(org.joda.time.DateTime lastRequeueTime)Set the lastRequeueTime value. | 
| TaskExecutionInformation | withLastRetryTime(org.joda.time.DateTime lastRetryTime)Set the lastRetryTime value. | 
| TaskExecutionInformation | withRequeueCount(int requeueCount)Set the requeueCount value. | 
| TaskExecutionInformation | withResult(TaskExecutionResult result)Set the result value. | 
| TaskExecutionInformation | withRetryCount(int retryCount)Set the retryCount value. | 
| TaskExecutionInformation | withStartTime(org.joda.time.DateTime startTime)Set the startTime value. | 
public org.joda.time.DateTime startTime()
public TaskExecutionInformation withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic org.joda.time.DateTime endTime()
public TaskExecutionInformation withEndTime(org.joda.time.DateTime endTime)
endTime - the endTime value to setpublic Integer exitCode()
public TaskExecutionInformation withExitCode(Integer exitCode)
exitCode - the exitCode value to setpublic TaskContainerExecutionInformation containerInfo()
public TaskExecutionInformation withContainerInfo(TaskContainerExecutionInformation containerInfo)
containerInfo - the containerInfo value to setpublic TaskFailureInformation failureInfo()
public TaskExecutionInformation withFailureInfo(TaskFailureInformation failureInfo)
failureInfo - the failureInfo value to setpublic int retryCount()
public TaskExecutionInformation withRetryCount(int retryCount)
retryCount - the retryCount value to setpublic org.joda.time.DateTime lastRetryTime()
public TaskExecutionInformation withLastRetryTime(org.joda.time.DateTime lastRetryTime)
lastRetryTime - the lastRetryTime value to setpublic int requeueCount()
public TaskExecutionInformation withRequeueCount(int requeueCount)
requeueCount - the requeueCount value to setpublic org.joda.time.DateTime lastRequeueTime()
public TaskExecutionInformation withLastRequeueTime(org.joda.time.DateTime lastRequeueTime)
lastRequeueTime - the lastRequeueTime value to setpublic TaskExecutionResult result()
public TaskExecutionInformation withResult(TaskExecutionResult result)
result - the result value to setCopyright © 2019. All rights reserved.