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