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