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.String |
manufacturer
The Manufacturer.
|
java.lang.String |
model
The Model.
|
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",
alternate="AuthenticationType")
@Expose
public java.lang.String authenticationType
@SerializedName(value="availabilityStatus",
alternate="AvailabilityStatus")
@Expose
public java.lang.String availabilityStatus
@SerializedName(value="isAdminManaged",
alternate="IsAdminManaged")
@Expose
public java.lang.Boolean isAdminManaged
@SerializedName(value="isDefault",
alternate="IsDefault")
@Expose
public java.lang.Boolean isDefault
@SerializedName(value="isInitial",
alternate="IsInitial")
@Expose
public java.lang.Boolean isInitial
@SerializedName(value="isRoot",
alternate="IsRoot")
@Expose
public java.lang.Boolean isRoot
@SerializedName(value="isVerified",
alternate="IsVerified")
@Expose
public java.lang.Boolean isVerified
@SerializedName(value="manufacturer",
alternate="Manufacturer")
@Expose
public java.lang.String manufacturer
@SerializedName(value="model",
alternate="Model")
@Expose
public java.lang.String model
@SerializedName(value="passwordNotificationWindowInDays",
alternate="PasswordNotificationWindowInDays")
@Expose
public java.lang.Integer passwordNotificationWindowInDays
@SerializedName(value="passwordValidityPeriodInDays",
alternate="PasswordValidityPeriodInDays")
@Expose
public java.lang.Integer passwordValidityPeriodInDays
@SerializedName(value="state",
alternate="State")
@Expose
public DomainState state
@SerializedName(value="supportedServices",
alternate="SupportedServices")
@Expose
public java.util.List<java.lang.String> supportedServices
public DirectoryObjectCollectionPage domainNameReferences
@SerializedName(value="serviceConfigurationRecords",
alternate="ServiceConfigurationRecords")
@Expose
public DomainDnsRecordCollectionPage serviceConfigurationRecords
@SerializedName(value="verificationDnsRecords",
alternate="VerificationDnsRecords")
@Expose
public DomainDnsRecordCollectionPage verificationDnsRecords
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