SmartGroupModificationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. SmartGroupModificationProperties
- com.
Implements
public final class SmartGroupModificationProperties
implements JsonSerializable<SmartGroupModificationProperties>
Properties of the smartGroup modification item.
Constructor Summary
| Constructor | Description |
|---|---|
| SmartGroupModificationProperties() |
Creates an instance of Smart |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Smart |
fromJson(JsonReader jsonReader)
Reads an instance of Smart |
|
List<Smart |
modifications()
Get the modifications property: Modification details. |
| String |
nextLink()
Get the next |
| String |
smartGroupId()
Get the smart |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Smart |
withModifications(List<SmartGroupModificationItem> modifications)
Set the modifications property: Modification details. |
|
Smart |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
SmartGroupModificationProperties
public SmartGroupModificationProperties()
Creates an instance of SmartGroupModificationProperties class.
Method Details
fromJson
public static SmartGroupModificationProperties fromJson(JsonReader jsonReader)
Reads an instance of SmartGroupModificationProperties from the JsonReader.
Parameters:
Returns:
Throws:
modifications
public List<SmartGroupModificationItem> modifications()
Get the modifications property: Modification details.
Returns:
nextLink
public String nextLink()
Get the nextLink property: URL to fetch the next set of results.
Returns:
smartGroupId
public String smartGroupId()
Get the smartGroupId property: Unique Id of the smartGroup for which the history is being retrieved.
Returns:
toJson
validate
public void validate()
Validates the instance.
withModifications
public SmartGroupModificationProperties withModifications(List<SmartGroupModificationItem> modifications)
Set the modifications property: Modification details.
Parameters:
Returns:
withNextLink
public SmartGroupModificationProperties withNextLink(String nextLink)
Set the nextLink property: URL to fetch the next set of results.
Parameters:
Returns: