Class ScheduleEntry
- java.lang.Object
-
- com.microsoft.azure.management.redis.ScheduleEntry
-
public class ScheduleEntry extends Object
Patch schedule entry for a Premium Redis Cache.
-
-
Constructor Summary
Constructors Constructor Description ScheduleEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DayOfWeekdayOfWeek()Get the dayOfWeek value.org.joda.time.PeriodmaintenanceWindow()Get the maintenanceWindow value.intstartHourUtc()Get the startHourUtc value.ScheduleEntrywithDayOfWeek(DayOfWeek dayOfWeek)Set the dayOfWeek value.ScheduleEntrywithMaintenanceWindow(org.joda.time.Period maintenanceWindow)Set the maintenanceWindow value.ScheduleEntrywithStartHourUtc(int startHourUtc)Set the startHourUtc value.
-
-
-
Method Detail
-
dayOfWeek
public DayOfWeek dayOfWeek()
Get the dayOfWeek value.- Returns:
- the dayOfWeek value
-
withDayOfWeek
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek value.- Parameters:
dayOfWeek- the dayOfWeek value to set- Returns:
- the ScheduleEntry object itself.
-
startHourUtc
public int startHourUtc()
Get the startHourUtc value.- Returns:
- the startHourUtc value
-
withStartHourUtc
public ScheduleEntry withStartHourUtc(int startHourUtc)
Set the startHourUtc value.- Parameters:
startHourUtc- the startHourUtc value to set- Returns:
- the ScheduleEntry object itself.
-
maintenanceWindow
public org.joda.time.Period maintenanceWindow()
Get the maintenanceWindow value.- Returns:
- the maintenanceWindow value
-
withMaintenanceWindow
public ScheduleEntry withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
Set the maintenanceWindow value.- Parameters:
maintenanceWindow- the maintenanceWindow value to set- Returns:
- the ScheduleEntry object itself.
-
-