java.lang.Object
com.azure.resourcemanager.devtestlabs.models.DayDetails

public final class DayDetails extends Object
Properties of a daily schedule.
  • Constructor Details

    • DayDetails

      public DayDetails()
      Creates an instance of DayDetails class.
  • Method Details

    • time

      public String time()
      Get the time property: The time of day the schedule will occur.
      Returns:
      the time value.
    • withTime

      public DayDetails withTime(String time)
      Set the time property: The time of day the schedule will occur.
      Parameters:
      time - the time value to set.
      Returns:
      the DayDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.