public class DomainDnsSrvRecord extends DomainDnsRecord implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
nameTarget
The Name Target.
|
java.lang.Integer |
port
The Port.
|
java.lang.Integer |
priority
The Priority.
|
java.lang.String |
protocol
The Protocol.
|
java.lang.String |
service
The Service.
|
java.lang.Integer |
weight
The Weight.
|
isOptional, label, recordType, supportedService, ttl| Constructor and Description |
|---|
DomainDnsSrvRecord() |
| 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="nameTarget",
alternate="NameTarget")
@Expose
@Nullable
public java.lang.String nameTarget
@SerializedName(value="port",
alternate="Port")
@Expose
@Nullable
public java.lang.Integer port
@SerializedName(value="priority",
alternate="Priority")
@Expose
@Nullable
public java.lang.Integer priority
@SerializedName(value="protocol",
alternate="Protocol")
@Expose
@Nullable
public java.lang.String protocol
@SerializedName(value="service",
alternate="Service")
@Expose
@Nullable
public java.lang.String service
@SerializedName(value="weight",
alternate="Weight")
@Expose
@Nullable
public java.lang.Integer weight
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 DomainDnsRecordserializer - the serializerjson - the JSON object to set this object to