public final class ListAlertPoliciesResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Stackdriver Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListAlertPoliciesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListAlertPoliciesResponse |
clone() |
java.util.List<AlertPolicy> |
getAlertPolicies()
The returned alert policies.
|
java.lang.String |
getNextPageToken()
If there might be more results than were returned, then this field is set to a non-empty value.
|
ListAlertPoliciesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListAlertPoliciesResponse |
setAlertPolicies(java.util.List<AlertPolicy> alertPolicies)
The returned alert policies.
|
ListAlertPoliciesResponse |
setNextPageToken(java.lang.String nextPageToken)
If there might be more results than were returned, then this field is set to a non-empty value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<AlertPolicy> getAlertPolicies()
null for nonepublic ListAlertPoliciesResponse setAlertPolicies(java.util.List<AlertPolicy> alertPolicies)
alertPolicies - alertPolicies or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListAlertPoliciesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListAlertPoliciesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListAlertPoliciesResponse clone()
clone in class com.google.api.client.json.GenericJson