public final class Operation 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 |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
clone() |
OperationDnsKeyContext |
getDnsKeyContext()
Only populated if the operation targeted a DnsKey (output only).
|
String |
getId()
Unique identifier for the resource.
|
String |
getKind() |
String |
getStartTime()
The time that this operation was started by the server.
|
String |
getStatus()
Status of the operation.
|
String |
getType()
Type of the operation.
|
String |
getUser()
User who requested the operation, for example: user@example.com.
|
OperationManagedZoneContext |
getZoneContext()
Only populated if the operation targeted a ManagedZone (output only).
|
Operation |
set(String fieldName,
Object value) |
Operation |
setDnsKeyContext(OperationDnsKeyContext dnsKeyContext)
Only populated if the operation targeted a DnsKey (output only).
|
Operation |
setId(String id)
Unique identifier for the resource.
|
Operation |
setKind(String kind) |
Operation |
setStartTime(String startTime)
The time that this operation was started by the server.
|
Operation |
setStatus(String status)
Status of the operation.
|
Operation |
setType(String type)
Type of the operation.
|
Operation |
setUser(String user)
User who requested the operation, for example: user@example.com.
|
Operation |
setZoneContext(OperationManagedZoneContext zoneContext)
Only populated if the operation targeted a ManagedZone (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 OperationDnsKeyContext getDnsKeyContext()
null for nonepublic Operation setDnsKeyContext(OperationDnsKeyContext dnsKeyContext)
dnsKeyContext - dnsKeyContext or null for nonepublic String getId()
null for nonepublic Operation setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic String getStartTime()
null for nonepublic Operation setStartTime(String startTime)
startTime - startTime or null for nonepublic String getStatus()
null for nonepublic Operation setStatus(String status)
status - status or null for nonepublic String getType()
null for nonepublic Operation setType(String type)
type - type or null for nonepublic String getUser()
null for nonepublic Operation setUser(String user)
user - user or null for nonepublic OperationManagedZoneContext getZoneContext()
null for nonepublic Operation setZoneContext(OperationManagedZoneContext zoneContext)
zoneContext - zoneContext or null for nonepublic Operation set(String fieldName, Object value)
set in class GenericJsonpublic Operation clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.