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

public final class HourDetails extends Object
Properties of an hourly schedule.
  • Constructor Details

    • HourDetails

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

    • minute

      public Integer minute()
      Get the minute property: Minutes of the hour the schedule will run.
      Returns:
      the minute value.
    • withMinute

      public HourDetails withMinute(Integer minute)
      Set the minute property: Minutes of the hour the schedule will run.
      Parameters:
      minute - the minute value to set.
      Returns:
      the HourDetails object itself.
    • validate

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