public final class ResponsePolicyRulesListResponse 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 |
|---|
ResponsePolicyRulesListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ResponsePolicyRulesListResponse |
clone() |
ResponseHeader |
getHeader() |
String |
getNextPageToken()
The presence of this field indicates that there exist more results following your last page of
results in pagination order.
|
List<ResponsePolicyRule> |
getResponsePolicyRules()
The Response Policy Rule resources.
|
ResponsePolicyRulesListResponse |
set(String fieldName,
Object value) |
ResponsePolicyRulesListResponse |
setHeader(ResponseHeader header) |
ResponsePolicyRulesListResponse |
setNextPageToken(String nextPageToken)
The presence of this field indicates that there exist more results following your last page of
results in pagination order.
|
ResponsePolicyRulesListResponse |
setResponsePolicyRules(List<ResponsePolicyRule> responsePolicyRules)
The Response Policy Rule 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 ResponsePolicyRulesListResponse setHeader(ResponseHeader header)
header - header or null for nonepublic String getNextPageToken()
null for nonepublic ResponsePolicyRulesListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<ResponsePolicyRule> getResponsePolicyRules()
null for nonepublic ResponsePolicyRulesListResponse setResponsePolicyRules(List<ResponsePolicyRule> responsePolicyRules)
responsePolicyRules - responsePolicyRules or null for nonepublic ResponsePolicyRulesListResponse set(String fieldName, Object value)
set in class GenericJsonpublic ResponsePolicyRulesListResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.