Package com.mypurecloud.sdk.v2.model
Class DnsRecordEntry
java.lang.Object
com.mypurecloud.sdk.v2.model.DnsRecordEntry
- All Implemented Interfaces:
Serializable
DnsRecordEntry
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe current status of the related verification process -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()inthashCode()the hostname of the DNS entryrecordContents(String recordContents) the payload of the DNS entryvoidvoidsetRecordContents(String recordContents) voidsetVerificationStatus(DnsRecordEntry.VerificationStatusEnum verificationStatus) toString()verificationStatus(DnsRecordEntry.VerificationStatusEnum verificationStatus) the current status of the related verification process
-
Constructor Details
-
DnsRecordEntry
public DnsRecordEntry() -
DnsRecordEntry
-
-
Method Details
-
host
the hostname of the DNS entry -
getHost
-
setHost
-
recordContents
the payload of the DNS entry -
getRecordContents
-
setRecordContents
-
verificationStatus
the current status of the related verification process -
getVerificationStatus
-
setVerificationStatus
-
equals
-
hashCode
public int hashCode() -
toString
-