public class JobExecutionInformation extends Object
Constructor and Description |
---|
JobExecutionInformation() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
String |
poolId()
Get the poolId value.
|
JobSchedulingError |
schedulingError()
Get the schedulingError value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
String |
terminateReason()
Get the terminateReason value.
|
JobExecutionInformation |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobExecutionInformation |
withPoolId(String poolId)
Set the poolId value.
|
JobExecutionInformation |
withSchedulingError(JobSchedulingError schedulingError)
Set the schedulingError value.
|
JobExecutionInformation |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobExecutionInformation |
withTerminateReason(String terminateReason)
Set the terminateReason value.
|
public org.joda.time.DateTime startTime()
public JobExecutionInformation withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime endTime()
public JobExecutionInformation withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setpublic String poolId()
public JobExecutionInformation withPoolId(String poolId)
poolId
- the poolId value to setpublic JobSchedulingError schedulingError()
public JobExecutionInformation withSchedulingError(JobSchedulingError schedulingError)
schedulingError
- the schedulingError value to setpublic String terminateReason()
public JobExecutionInformation withTerminateReason(String terminateReason)
terminateReason
- the terminateReason value to setCopyright © 2019. All rights reserved.