DayDetails Class

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

public final class DayDetails

Properties of a daily schedule.

Constructor Summary

Constructor Description
DayDetails()

Creates an instance of DayDetails class.

Method Summary

Modifier and Type Method and Description
String time()

Get the time property: The time of day the schedule will occur.

void validate()

Validates the instance.

DayDetails withTime(String time)

Set the time property: The time of day the schedule will occur.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to