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