Class RecipientProofFile


  • public class RecipientProofFile
    extends java.lang.Object
    RecipientProofFile.
    • Constructor Detail

      • RecipientProofFile

        public RecipientProofFile()
    • Method Detail

      • hasIdentityAttempts

        public RecipientProofFile hasIdentityAttempts​(java.lang.String hasIdentityAttempts)
        hasIdentityAttempts.
        Returns:
        RecipientProofFile
      • getHasIdentityAttempts

        public java.lang.String getHasIdentityAttempts()
        .
        Returns:
        hasIdentityAttempts
      • setHasIdentityAttempts

        public void setHasIdentityAttempts​(java.lang.String hasIdentityAttempts)
        setHasIdentityAttempts.
      • isInProofFile

        public RecipientProofFile isInProofFile​(java.lang.String isInProofFile)
        isInProofFile.
        Returns:
        RecipientProofFile
      • getIsInProofFile

        public java.lang.String getIsInProofFile()
        .
        Returns:
        isInProofFile
      • setIsInProofFile

        public void setIsInProofFile​(java.lang.String isInProofFile)
        setIsInProofFile.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object