public final class Domains 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 Admin SDK 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 |
|---|
Domains() |
| Modifier and Type | Method and Description |
|---|---|
Domains |
clone() |
Long |
getCreationTime()
Creation time of the domain.
|
List<DomainAlias> |
getDomainAliases()
List of domain alias objects.
|
String |
getDomainName()
The domain name of the customer.
|
String |
getEtag()
ETag of the resource.
|
Boolean |
getIsPrimary()
Indicates if the domain is a primary domain (Read-only).
|
String |
getKind()
Kind of resource this is.
|
Boolean |
getVerified()
Indicates the verification state of a domain.
|
Domains |
set(String fieldName,
Object value) |
Domains |
setCreationTime(Long creationTime)
Creation time of the domain.
|
Domains |
setDomainAliases(List<DomainAlias> domainAliases)
List of domain alias objects.
|
Domains |
setDomainName(String domainName)
The domain name of the customer.
|
Domains |
setEtag(String etag)
ETag of the resource.
|
Domains |
setIsPrimary(Boolean isPrimary)
Indicates if the domain is a primary domain (Read-only).
|
Domains |
setKind(String kind)
Kind of resource this is.
|
Domains |
setVerified(Boolean verified)
Indicates the verification state of a domain.
|
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 Long getCreationTime()
null for nonepublic Domains setCreationTime(Long creationTime)
creationTime - creationTime or null for nonepublic List<DomainAlias> getDomainAliases()
null for nonepublic Domains setDomainAliases(List<DomainAlias> domainAliases)
domainAliases - domainAliases or null for nonepublic String getDomainName()
null for nonepublic Domains setDomainName(String domainName)
domainName - domainName or null for nonepublic String getEtag()
null for nonepublic Domains setEtag(String etag)
etag - etag or null for nonepublic Boolean getIsPrimary()
null for nonepublic Domains setIsPrimary(Boolean isPrimary)
isPrimary - isPrimary or null for nonepublic String getKind()
null for nonepublic Domains setKind(String kind)
kind - kind or null for nonepublic Boolean getVerified()
null for nonepublic Domains setVerified(Boolean verified)
verified - verified or null for nonepublic Domains set(String fieldName, Object value)
set in class GenericJsonpublic Domains clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.