public class ScheduleEntry extends Object
Constructor and Description |
---|
ScheduleEntry() |
Modifier and Type | Method and Description |
---|---|
DayOfWeek |
dayOfWeek()
Get the dayOfWeek value.
|
org.joda.time.Period |
maintenanceWindow()
Get the maintenanceWindow value.
|
int |
startHourUtc()
Get the startHourUtc value.
|
ScheduleEntry |
withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek value.
|
ScheduleEntry |
withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
Set the maintenanceWindow value.
|
ScheduleEntry |
withStartHourUtc(int startHourUtc)
Set the startHourUtc value.
|
public DayOfWeek dayOfWeek()
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek
- the dayOfWeek value to setpublic int startHourUtc()
public ScheduleEntry withStartHourUtc(int startHourUtc)
startHourUtc
- the startHourUtc value to setpublic org.joda.time.Period maintenanceWindow()
public ScheduleEntry withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
maintenanceWindow
- the maintenanceWindow value to setCopyright © 2019. All rights reserved.