Package com.docusign.esign.model
Class RecipientProofFile
- java.lang.Object
-
- com.docusign.esign.model.RecipientProofFile
-
public class RecipientProofFile extends java.lang.ObjectRecipientProofFile.
-
-
Constructor Summary
Constructors Constructor Description RecipientProofFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetHasIdentityAttempts().java.lang.StringgetIsInProofFile().inthashCode()Returns the HashCode.RecipientProofFilehasIdentityAttempts(java.lang.String hasIdentityAttempts)hasIdentityAttempts.RecipientProofFileisInProofFile(java.lang.String isInProofFile)isInProofFile.voidsetHasIdentityAttempts(java.lang.String hasIdentityAttempts)setHasIdentityAttempts.voidsetIsInProofFile(java.lang.String isInProofFile)setIsInProofFile.java.lang.StringtoString()Converts the given object to string.
-
-
-
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:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-