HourDetails Class

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

public final class HourDetails

Properties of an hourly schedule.

Constructor Summary

Constructor Description
HourDetails()

Creates an instance of HourDetails class.

Method Summary

Modifier and Type Method and Description
Integer minute()

Get the minute property: Minutes of the hour the schedule will run.

void validate()

Validates the instance.

HourDetails withMinute(Integer minute)

Set the minute property: Minutes of the hour the schedule will run.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to