Class SmartGroupsList
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.SmartGroupsList
List the alerts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of alerts.void
validate()
Validates the instance.value()
Get the value property: List of alerts.withNextLink
(String nextLink) Set the nextLink property: URL to fetch the next set of alerts.withValue
(List<SmartGroupInner> value) Set the value property: List of alerts.
-
Constructor Details
-
SmartGroupsList
public SmartGroupsList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of alerts.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: URL to fetch the next set of alerts.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the SmartGroupsList object itself.
-
value
Get the value property: List of alerts.- Returns:
- the value value.
-
withValue
Set the value property: List of alerts.- Parameters:
value
- the value value to set.- Returns:
- the SmartGroupsList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-