public final class ListUptimeCheckConfigsResponse
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 |
|---|
ListUptimeCheckConfigsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckConfigsResponse |
clone() |
java.lang.String |
getNextPageToken()
This field represents the pagination token to retrieve the next page of results.
|
java.lang.Integer |
getTotalSize()
The total number of uptime check configurations for the project, irrespective of any
pagination.
|
java.util.List<UptimeCheckConfig> |
getUptimeCheckConfigs()
The returned uptime check configurations.
|
ListUptimeCheckConfigsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListUptimeCheckConfigsResponse |
setNextPageToken(java.lang.String nextPageToken)
This field represents the pagination token to retrieve the next page of results.
|
ListUptimeCheckConfigsResponse |
setTotalSize(java.lang.Integer totalSize)
The total number of uptime check configurations for the project, irrespective of any
pagination.
|
ListUptimeCheckConfigsResponse |
setUptimeCheckConfigs(java.util.List<UptimeCheckConfig> uptimeCheckConfigs)
The returned uptime check configurations.
|
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 ListUptimeCheckConfigsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.lang.Integer getTotalSize()
null for nonepublic ListUptimeCheckConfigsResponse setTotalSize(java.lang.Integer totalSize)
totalSize - totalSize or null for nonepublic java.util.List<UptimeCheckConfig> getUptimeCheckConfigs()
null for nonepublic ListUptimeCheckConfigsResponse setUptimeCheckConfigs(java.util.List<UptimeCheckConfig> uptimeCheckConfigs)
uptimeCheckConfigs - uptimeCheckConfigs or null for nonepublic ListUptimeCheckConfigsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListUptimeCheckConfigsResponse clone()
clone in class com.google.api.client.json.GenericJson