public class JobScheduleExecutionInformation extends Object
Constructor and Description |
---|
JobScheduleExecutionInformation() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
org.joda.time.DateTime |
nextRunTime()
Get the nextRunTime value.
|
RecentJob |
recentJob()
Get the recentJob value.
|
JobScheduleExecutionInformation |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobScheduleExecutionInformation |
withNextRunTime(org.joda.time.DateTime nextRunTime)
Set the nextRunTime value.
|
JobScheduleExecutionInformation |
withRecentJob(RecentJob recentJob)
Set the recentJob value.
|
public org.joda.time.DateTime nextRunTime()
public JobScheduleExecutionInformation withNextRunTime(org.joda.time.DateTime nextRunTime)
nextRunTime
- the nextRunTime value to setpublic RecentJob recentJob()
public JobScheduleExecutionInformation withRecentJob(RecentJob recentJob)
recentJob
- the recentJob value to setpublic org.joda.time.DateTime endTime()
public JobScheduleExecutionInformation withEndTime(org.joda.time.DateTime endTime)
endTime
- the endTime value to setCopyright © 2019. All rights reserved.