public final class Change
extends com.google.api.client.json.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 Google Cloud DNS API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Change() |
| Modifier and Type | Method and Description |
|---|---|
Change |
clone() |
java.util.List<ResourceRecordSet> |
getAdditions()
Which ResourceRecordSets to add?
|
java.util.List<ResourceRecordSet> |
getDeletions()
Which ResourceRecordSets to remove? Must match existing data exactly.
|
java.lang.String |
getId()
Unique identifier for the resource; defined by the server (output only).
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getStartTime()
The time that this operation was started by the server (output only).
|
java.lang.String |
getStatus()
Status of the operation (output only).
|
Change |
set(java.lang.String fieldName,
java.lang.Object value) |
Change |
setAdditions(java.util.List<ResourceRecordSet> additions)
Which ResourceRecordSets to add?
|
Change |
setDeletions(java.util.List<ResourceRecordSet> deletions)
Which ResourceRecordSets to remove? Must match existing data exactly.
|
Change |
setId(java.lang.String id)
Unique identifier for the resource; defined by the server (output only).
|
Change |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Change |
setStartTime(java.lang.String startTime)
The time that this operation was started by the server (output only).
|
Change |
setStatus(java.lang.String status)
Status of the operation (output only).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ResourceRecordSet> getAdditions()
null for nonepublic Change setAdditions(java.util.List<ResourceRecordSet> additions)
additions - additions or null for nonepublic java.util.List<ResourceRecordSet> getDeletions()
null for nonepublic Change setDeletions(java.util.List<ResourceRecordSet> deletions)
deletions - deletions or null for nonepublic java.lang.String getId()
null for nonepublic Change setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Change setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getStartTime()
null for nonepublic Change setStartTime(java.lang.String startTime)
startTime - startTime or null for nonepublic java.lang.String getStatus()
null for nonepublic Change setStatus(java.lang.String status)
status - status or null for nonepublic Change set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Change clone()
clone in class com.google.api.client.json.GenericJson