public class JobSchedule extends Object
| Constructor and Description |
|---|
JobSchedule() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled value.
|
org.joda.time.DateTime |
endTime()
Get the endTime value.
|
String |
interval()
Get the interval value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
JobScheduleType |
type()
Get the type value.
|
JobSchedule |
withEnabled(Boolean enabled)
Set the enabled value.
|
JobSchedule |
withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobSchedule |
withInterval(String interval)
Set the interval value.
|
JobSchedule |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobSchedule |
withType(JobScheduleType type)
Set the type value.
|
public org.joda.time.DateTime startTime()
public JobSchedule withStartTime(org.joda.time.DateTime startTime)
startTime - the startTime value to setpublic org.joda.time.DateTime endTime()
public JobSchedule withEndTime(org.joda.time.DateTime endTime)
endTime - the endTime value to setpublic JobScheduleType type()
public JobSchedule withType(JobScheduleType type)
type - the type value to setpublic Boolean enabled()
public JobSchedule withEnabled(Boolean enabled)
enabled - the enabled value to setpublic String interval()
public JobSchedule withInterval(String interval)
interval - the interval value to setCopyright © 2019. All rights reserved.