AlertRuleRecommendationsListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. AlertRuleRecommendationsListResponse
- com.
Implements
public final class AlertRuleRecommendationsListResponse
implements JsonSerializable<AlertRuleRecommendationsListResponse>
List of alert rule recommendations.
Constructor Summary
| Constructor | Description |
|---|---|
| AlertRuleRecommendationsListResponse() |
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: the values for the alert rule recommendations. |
|
Alert |
withNextLink(String nextLink)
Set the next |
|
Alert |
withValue(List<AlertRuleRecommendationResourceInner> value)
Set the value property: the values for the alert rule recommendations. |
Methods inherited from java.lang.Object
Constructor Details
AlertRuleRecommendationsListResponse
public AlertRuleRecommendationsListResponse()
Creates an instance of AlertRuleRecommendationsListResponse class.
Method Details
fromJson
public static AlertRuleRecommendationsListResponse fromJson(JsonReader jsonReader)
Reads an instance of AlertRuleRecommendationsListResponse from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to fetch the next set of recommendations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<AlertRuleRecommendationResourceInner> value()
Get the value property: the values for the alert rule recommendations.
Returns:
withNextLink
public AlertRuleRecommendationsListResponse withNextLink(String nextLink)
Set the nextLink property: URL to fetch the next set of recommendations.
Parameters:
Returns:
withValue
public AlertRuleRecommendationsListResponse withValue(List<AlertRuleRecommendationResourceInner> value)
Set the value property: the values for the alert rule recommendations.
Parameters:
Returns: