public final class ManagedZoneServiceDirectoryConfigNamespace 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 |
|---|
ManagedZoneServiceDirectoryConfigNamespace() |
| Modifier and Type | Method and Description |
|---|---|
ManagedZoneServiceDirectoryConfigNamespace |
clone() |
String |
getDeletionTime()
The time that the namespace backing this zone was deleted; an empty string if it still exists.
|
String |
getKind() |
String |
getNamespaceUrl()
The fully qualified URL of the namespace associated with the zone.
|
ManagedZoneServiceDirectoryConfigNamespace |
set(String fieldName,
Object value) |
ManagedZoneServiceDirectoryConfigNamespace |
setDeletionTime(String deletionTime)
The time that the namespace backing this zone was deleted; an empty string if it still exists.
|
ManagedZoneServiceDirectoryConfigNamespace |
setKind(String kind) |
ManagedZoneServiceDirectoryConfigNamespace |
setNamespaceUrl(String namespaceUrl)
The fully qualified URL of the namespace associated with the zone.
|
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 ManagedZoneServiceDirectoryConfigNamespace()
public String getDeletionTime()
null for nonepublic ManagedZoneServiceDirectoryConfigNamespace setDeletionTime(String deletionTime)
deletionTime - deletionTime or null for nonepublic String getKind()
null for nonepublic ManagedZoneServiceDirectoryConfigNamespace setKind(String kind)
kind - kind or null for nonepublic String getNamespaceUrl()
null for nonepublic ManagedZoneServiceDirectoryConfigNamespace setNamespaceUrl(String namespaceUrl)
namespaceUrl - namespaceUrl or null for nonepublic ManagedZoneServiceDirectoryConfigNamespace set(String fieldName, Object value)
set in class GenericJsonpublic ManagedZoneServiceDirectoryConfigNamespace clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.