Class VerificationStatusRecord


  • public final class VerificationStatusRecord
    extends Object
    A class that represents a VerificationStatus record.
    • Constructor Detail

      • VerificationStatusRecord

        public VerificationStatusRecord()
    • Method Detail

      • status

        public VerificationStatus status()
        Get the status property: Status of the verification operation.
        Returns:
        the status value.
      • errorCode

        public String errorCode()
        Get the errorCode property: Error code. This property will only be present if the status is UnableToVerify.
        Returns:
        the errorCode value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.