public class DomainDnsRecord extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
isOptional
The Is Optional.
|
java.lang.String |
label
The Label.
|
java.lang.String |
recordType
The Record Type.
|
java.lang.String |
supportedService
The Supported Service.
|
java.lang.Integer |
ttl
The Ttl.
|
| Constructor and Description |
|---|
DomainDnsRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="isOptional",
alternate="IsOptional")
@Expose
@Nullable
public java.lang.Boolean isOptional
@SerializedName(value="label",
alternate="Label")
@Expose
@Nullable
public java.lang.String label
@SerializedName(value="recordType",
alternate="RecordType")
@Expose
@Nullable
public java.lang.String recordType
@SerializedName(value="supportedService",
alternate="SupportedService")
@Expose
@Nullable
public java.lang.String supportedService
@SerializedName(value="ttl",
alternate="Ttl")
@Expose
@Nullable
public java.lang.Integer ttl
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to