SmartGroupsList Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. SmartGroupsList
- com.
Implements
public final class SmartGroupsList
implements JsonSerializable<SmartGroupsList>
List the alerts.
Constructor Summary
| Constructor | Description |
|---|---|
| SmartGroupsList() |
Creates an instance of Smart |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Smart |
fromJson(JsonReader jsonReader)
Reads an instance of Smart |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Smart |
value()
Get the value property: List of alerts. |
|
Smart |
withNextLink(String nextLink)
Set the next |
|
Smart |
withValue(List<SmartGroupInner> value)
Set the value property: List of alerts. |
Methods inherited from java.lang.Object
Constructor Details
SmartGroupsList
public SmartGroupsList()
Creates an instance of SmartGroupsList class.
Method Details
fromJson
public static SmartGroupsList fromJson(JsonReader jsonReader)
Reads an instance of SmartGroupsList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to fetch the next set of alerts.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SmartGroupInner> value()
Get the value property: List of alerts.
Returns:
withNextLink
public SmartGroupsList withNextLink(String nextLink)
Set the nextLink property: URL to fetch the next set of alerts.
Parameters:
Returns:
withValue
public SmartGroupsList withValue(List<SmartGroupInner> value)
Set the value property: List of alerts.
Parameters:
Returns: