public class Schedule extends Object
Constructor and Description |
---|
Schedule() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
doNotRunAfter()
Get the doNotRunAfter value.
|
org.joda.time.DateTime |
doNotRunUntil()
Get the doNotRunUntil value.
|
org.joda.time.Period |
recurrenceInterval()
Get the recurrenceInterval value.
|
org.joda.time.Period |
startWindow()
Get the startWindow value.
|
Schedule |
withDoNotRunAfter(org.joda.time.DateTime doNotRunAfter)
Set the doNotRunAfter value.
|
Schedule |
withDoNotRunUntil(org.joda.time.DateTime doNotRunUntil)
Set the doNotRunUntil value.
|
Schedule |
withRecurrenceInterval(org.joda.time.Period recurrenceInterval)
Set the recurrenceInterval value.
|
Schedule |
withStartWindow(org.joda.time.Period startWindow)
Set the startWindow value.
|
public org.joda.time.DateTime doNotRunUntil()
public Schedule withDoNotRunUntil(org.joda.time.DateTime doNotRunUntil)
doNotRunUntil
- the doNotRunUntil value to setpublic org.joda.time.DateTime doNotRunAfter()
public Schedule withDoNotRunAfter(org.joda.time.DateTime doNotRunAfter)
doNotRunAfter
- the doNotRunAfter value to setpublic org.joda.time.Period startWindow()
public Schedule withStartWindow(org.joda.time.Period startWindow)
startWindow
- the startWindow value to setpublic org.joda.time.Period recurrenceInterval()
public Schedule withRecurrenceInterval(org.joda.time.Period recurrenceInterval)
recurrenceInterval
- the recurrenceInterval value to setCopyright © 2019. All rights reserved.