Class DailyRecurrence
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.Recurrence
com.azure.resourcemanager.alertsmanagement.models.DailyRecurrence
Daily recurrence object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.withEndTime
(String endTime) Set the endTime property: End time for recurrence.withStartTime
(String startTime) Set the startTime property: Start time for recurrence.Methods inherited from class com.azure.resourcemanager.alertsmanagement.models.Recurrence
endTime, startTime
-
Constructor Details
-
DailyRecurrence
public DailyRecurrence()
-
-
Method Details
-
withStartTime
Set the startTime property: Start time for recurrence.- Overrides:
withStartTime
in classRecurrence
- Parameters:
startTime
- the startTime value to set.- Returns:
- the Recurrence object itself.
-
withEndTime
Set the endTime property: End time for recurrence.- Overrides:
withEndTime
in classRecurrence
- Parameters:
endTime
- the endTime value to set.- Returns:
- the Recurrence object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classRecurrence
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-