public final class DnsKeysListResponse 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 |
|---|
DnsKeysListResponse() |
| Modifier and Type | Method and Description |
|---|---|
DnsKeysListResponse |
clone() |
List<DnsKey> |
getDnsKeys()
The requested resources.
|
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.
|
DnsKeysListResponse |
set(String fieldName,
Object value) |
DnsKeysListResponse |
setDnsKeys(List<DnsKey> dnsKeys)
The requested resources.
|
DnsKeysListResponse |
setHeader(ResponseHeader header) |
DnsKeysListResponse |
setKind(String kind)
Type of resource.
|
DnsKeysListResponse |
setNextPageToken(String nextPageToken)
The presence of this field indicates that there exist more results following your last page of
results in pagination order.
|
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 List<DnsKey> getDnsKeys()
null for nonepublic DnsKeysListResponse setDnsKeys(List<DnsKey> dnsKeys)
dnsKeys - dnsKeys or null for nonepublic ResponseHeader getHeader()
null for nonepublic DnsKeysListResponse setHeader(ResponseHeader header)
header - header or null for nonepublic String getKind()
null for nonepublic DnsKeysListResponse setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic DnsKeysListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic DnsKeysListResponse set(String fieldName, Object value)
set in class GenericJsonpublic DnsKeysListResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.