public class Domain extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
authenticationType
The Authentication Type.
|
java.lang.String |
availabilityStatus
The Availability Status.
|
DirectoryObjectCollectionPage |
domainNameReferences
The Domain Name References.
|
java.lang.Boolean |
isAdminManaged
The Is Admin Managed.
|
java.lang.Boolean |
isDefault
The Is Default.
|
java.lang.Boolean |
isInitial
The Is Initial.
|
java.lang.Boolean |
isRoot
The Is Root.
|
java.lang.Boolean |
isVerified
The Is Verified.
|
java.lang.Integer |
passwordNotificationWindowInDays
The Password Notification Window In Days.
|
java.lang.Integer |
passwordValidityPeriodInDays
The Password Validity Period In Days.
|
DomainDnsRecordCollectionPage |
serviceConfigurationRecords
The Service Configuration Records.
|
DomainState |
state
The State.
|
java.util.List<java.lang.String> |
supportedServices
The Supported Services.
|
DomainDnsRecordCollectionPage |
verificationDnsRecords
The Verification Dns Records.
|
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="authenticationType") @Expose public java.lang.String authenticationType
@SerializedName(value="availabilityStatus") @Expose public java.lang.String availabilityStatus
@SerializedName(value="isAdminManaged") @Expose public java.lang.Boolean isAdminManaged
@SerializedName(value="isDefault") @Expose public java.lang.Boolean isDefault
@SerializedName(value="isInitial") @Expose public java.lang.Boolean isInitial
@SerializedName(value="isRoot") @Expose public java.lang.Boolean isRoot
@SerializedName(value="isVerified") @Expose public java.lang.Boolean isVerified
@SerializedName(value="passwordNotificationWindowInDays") @Expose public java.lang.Integer passwordNotificationWindowInDays
@SerializedName(value="passwordValidityPeriodInDays") @Expose public java.lang.Integer passwordValidityPeriodInDays
@SerializedName(value="supportedServices") @Expose public java.util.List<java.lang.String> supportedServices
@SerializedName(value="state") @Expose public DomainState state
public DomainDnsRecordCollectionPage serviceConfigurationRecords
public DomainDnsRecordCollectionPage verificationDnsRecords
public DirectoryObjectCollectionPage domainNameReferences
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to