Package com.microsoft.graph.models
Class DomainDnsSrvRecord
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DomainDnsRecord
com.microsoft.graph.models.DomainDnsSrvRecord
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DomainDnsSrvRecord
extends DomainDnsRecord
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Domain Dns Srv Record.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Name Target.The Port.The Priority.The Protocol.The Service.The Weight.Fields inherited from class com.microsoft.graph.models.DomainDnsRecord
isOptional, label, recordType, supportedService, ttl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
nameTarget
@SerializedName(value="nameTarget", alternate="NameTarget") @Expose @Nullable public String nameTargetThe Name Target. Value to use when configuring the Target property of the SRV record at the DNS host. -
port
The Port. Value to use when configuring the port property of the SRV record at the DNS host. -
priority
The Priority. Value to use when configuring the priority property of the SRV record at the DNS host. -
protocol
The Protocol. Value to use when configuring the protocol property of the SRV record at the DNS host. -
service
The Service. Value to use when configuring the service property of the SRV record at the DNS host. -
weight
The Weight. Value to use when configuring the weight property of the SRV record at the DNS host.
-
-
Constructor Details
-
DomainDnsSrvRecord
public DomainDnsSrvRecord()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDomainDnsRecord- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-