Class SmartGroupModificationProperties
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.SmartGroupModificationProperties
Properties of the smartGroup modification item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the modifications property: Modification details.nextLink()
Get the nextLink property: URL to fetch the next set of results.Get the smartGroupId property: Unique Id of the smartGroup for which the history is being retrieved.void
validate()
Validates the instance.withModifications
(List<SmartGroupModificationItem> modifications) Set the modifications property: Modification details.withNextLink
(String nextLink) Set the nextLink property: URL to fetch the next set of results.
-
Constructor Details
-
SmartGroupModificationProperties
public SmartGroupModificationProperties()
-
-
Method Details
-
smartGroupId
Get the smartGroupId property: Unique Id of the smartGroup for which the history is being retrieved.- Returns:
- the smartGroupId value.
-
modifications
Get the modifications property: Modification details.- Returns:
- the modifications value.
-
withModifications
public SmartGroupModificationProperties withModifications(List<SmartGroupModificationItem> modifications) Set the modifications property: Modification details.- Parameters:
modifications
- the modifications value to set.- Returns:
- the SmartGroupModificationProperties object itself.
-
nextLink
Get the nextLink property: URL to fetch the next set of results.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: URL to fetch the next set of results.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the SmartGroupModificationProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-