Package com.mypurecloud.sdk.v2.model
Class VerificationResult
java.lang.Object
com.mypurecloud.sdk.v2.model.VerificationResult
- All Implemented Interfaces:
Serializable
VerificationResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe verification status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The list of DNS records that pertain that need to exist for verification.voidsetRecords(List<Record> records) voidstatus(VerificationResult.StatusEnum status) The verification status.toString()
-
Constructor Details
-
VerificationResult
public VerificationResult() -
VerificationResult
-
-
Method Details
-
status
The verification status. -
getStatus
-
setStatus
-
records
The list of DNS records that pertain that need to exist for verification. -
getRecords
-
setRecords
-
equals
-
hashCode
public int hashCode() -
toString
-