public final class ListUptimeCheckIpsResponse
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 |
|---|
ListUptimeCheckIpsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckIpsResponse |
clone() |
java.lang.String |
getNextPageToken()
This field represents the pagination token to retrieve the next page of results.
|
java.util.List<UptimeCheckIp> |
getUptimeCheckIps()
The returned list of IP addresses (including region and location) that the checkers run from.
|
ListUptimeCheckIpsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListUptimeCheckIpsResponse |
setNextPageToken(java.lang.String nextPageToken)
This field represents the pagination token to retrieve the next page of results.
|
ListUptimeCheckIpsResponse |
setUptimeCheckIps(java.util.List<UptimeCheckIp> uptimeCheckIps)
The returned list of IP addresses (including region and location) that the checkers run from.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getNextPageToken()
null for nonepublic ListUptimeCheckIpsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<UptimeCheckIp> getUptimeCheckIps()
null for nonepublic ListUptimeCheckIpsResponse setUptimeCheckIps(java.util.List<UptimeCheckIp> uptimeCheckIps)
uptimeCheckIps - uptimeCheckIps or null for nonepublic ListUptimeCheckIpsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListUptimeCheckIpsResponse clone()
clone in class com.google.api.client.json.GenericJson