public final class Change 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 |
|---|
Change() |
| Modifier and Type | Method and Description |
|---|---|
Change |
clone() |
List<ResourceRecordSet> |
getAdditions()
Which ResourceRecordSets to add?
|
List<ResourceRecordSet> |
getDeletions()
Which ResourceRecordSets to remove? Must match existing data exactly.
|
String |
getId()
Unique identifier for the resource; defined by the server (output only).
|
Boolean |
getIsServing()
If the DNS queries for the zone will be served.
|
String |
getKind() |
String |
getStartTime()
The time that this operation was started by the server (output only).
|
String |
getStatus()
Status of the operation (output only).
|
Change |
set(String fieldName,
Object value) |
Change |
setAdditions(List<ResourceRecordSet> additions)
Which ResourceRecordSets to add?
|
Change |
setDeletions(List<ResourceRecordSet> deletions)
Which ResourceRecordSets to remove? Must match existing data exactly.
|
Change |
setId(String id)
Unique identifier for the resource; defined by the server (output only).
|
Change |
setIsServing(Boolean isServing)
If the DNS queries for the zone will be served.
|
Change |
setKind(String kind) |
Change |
setStartTime(String startTime)
The time that this operation was started by the server (output only).
|
Change |
setStatus(String status)
Status of the operation (output only).
|
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<ResourceRecordSet> getAdditions()
null for nonepublic Change setAdditions(List<ResourceRecordSet> additions)
additions - additions or null for nonepublic List<ResourceRecordSet> getDeletions()
null for nonepublic Change setDeletions(List<ResourceRecordSet> deletions)
deletions - deletions or null for nonepublic String getId()
null for nonepublic Change setId(String id)
id - id or null for nonepublic Boolean getIsServing()
null for nonepublic Change setIsServing(Boolean isServing)
isServing - isServing or null for nonepublic String getKind()
null for nonepublic String getStartTime()
null for nonepublic Change setStartTime(String startTime)
startTime - startTime or null for nonepublic String getStatus()
null for nonepublic Change setStatus(String status)
status - status or null for nonepublic Change set(String fieldName, Object value)
set in class GenericJsonpublic Change clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.