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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public Domains clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.