Class ScheduleEntry


  • public class ScheduleEntry
    extends Object
    Patch schedule entry for a Premium Redis Cache.
    • Constructor Detail

      • ScheduleEntry

        public ScheduleEntry()
    • 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.