public final class ManagedZone
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 |
|---|
ManagedZone() |
| Modifier and Type | Method and Description |
|---|---|
ManagedZone |
clone() |
java.lang.String |
getCreationTime()
The time that this resource was created on the server.
|
java.lang.String |
getDescription()
A mutable string of at most 1024 characters associated with this resource for the user's
convenience.
|
java.lang.String |
getDnsName()
The DNS name of this managed zone, for instance "example.com.".
|
java.math.BigInteger |
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 |
getName()
User assigned name for this resource.
|
java.util.List<java.lang.String> |
getNameServers()
Delegate your managed_zone to these virtual name servers; defined by the server (output only)
|
java.lang.String |
getNameServerSet()
Optionally specifies the NameServerSet for this ManagedZone.
|
ManagedZone |
set(java.lang.String fieldName,
java.lang.Object value) |
ManagedZone |
setCreationTime(java.lang.String creationTime)
The time that this resource was created on the server.
|
ManagedZone |
setDescription(java.lang.String description)
A mutable string of at most 1024 characters associated with this resource for the user's
convenience.
|
ManagedZone |
setDnsName(java.lang.String dnsName)
The DNS name of this managed zone, for instance "example.com.".
|
ManagedZone |
setId(java.math.BigInteger id)
Unique identifier for the resource; defined by the server (output only)
|
ManagedZone |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ManagedZone |
setName(java.lang.String name)
User assigned name for this resource.
|
ManagedZone |
setNameServers(java.util.List<java.lang.String> nameServers)
Delegate your managed_zone to these virtual name servers; defined by the server (output only)
|
ManagedZone |
setNameServerSet(java.lang.String nameServerSet)
Optionally specifies the NameServerSet for this ManagedZone.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCreationTime()
null for nonepublic ManagedZone setCreationTime(java.lang.String creationTime)
creationTime - creationTime or null for nonepublic java.lang.String getDescription()
null for nonepublic ManagedZone setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getDnsName()
null for nonepublic ManagedZone setDnsName(java.lang.String dnsName)
dnsName - dnsName or null for nonepublic java.math.BigInteger getId()
null for nonepublic ManagedZone setId(java.math.BigInteger id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic ManagedZone setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic ManagedZone setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getNameServerSet()
null for nonepublic ManagedZone setNameServerSet(java.lang.String nameServerSet)
nameServerSet - nameServerSet or null for nonepublic java.util.List<java.lang.String> getNameServers()
null for nonepublic ManagedZone setNameServers(java.util.List<java.lang.String> nameServers)
nameServers - nameServers or null for nonepublic ManagedZone set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ManagedZone clone()
clone in class com.google.api.client.json.GenericJson