public final class PoliciesListResponse extends 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 Cloud DNS API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PoliciesListResponse() |
| Modifier and Type | Method and Description |
|---|---|
PoliciesListResponse |
clone() |
ResponseHeader |
getHeader() |
String |
getKind()
Type of resource.
|
String |
getNextPageToken()
The presence of this field indicates that there exist more results following your last page of
results in pagination order.
|
List<Policy> |
getPolicies()
The policy resources.
|
PoliciesListResponse |
set(String fieldName,
Object value) |
PoliciesListResponse |
setHeader(ResponseHeader header) |
PoliciesListResponse |
setKind(String kind)
Type of resource.
|
PoliciesListResponse |
setNextPageToken(String nextPageToken)
The presence of this field indicates that there exist more results following your last page of
results in pagination order.
|
PoliciesListResponse |
setPolicies(List<Policy> policies)
The policy resources.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ResponseHeader getHeader()
null for nonepublic PoliciesListResponse setHeader(ResponseHeader header)
header - header or null for nonepublic String getKind()
null for nonepublic PoliciesListResponse setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic PoliciesListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic PoliciesListResponse setPolicies(List<Policy> policies)
policies - policies or null for nonepublic PoliciesListResponse set(String fieldName, Object value)
set in class GenericJsonpublic PoliciesListResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.