Package com.stripe.model.identity
Class VerificationReport.Selfie
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationReport.Selfie
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
public static class VerificationReport.Selfie extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationReport.Selfie.SelfieCheckError
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Selfie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetDocument()VerificationReport.Selfie.SelfieCheckErrorgetError()java.lang.StringgetSelfie()java.lang.StringgetStatus()inthashCode()voidsetDocument(java.lang.String document)voidsetError(VerificationReport.Selfie.SelfieCheckError error)voidsetSelfie(java.lang.String selfie)voidsetStatus(java.lang.String status)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getDocument
public java.lang.String getDocument()
-
getError
public VerificationReport.Selfie.SelfieCheckError getError()
-
getSelfie
public java.lang.String getSelfie()
-
getStatus
public java.lang.String getStatus()
-
setDocument
public void setDocument(java.lang.String document)
-
setError
public void setError(VerificationReport.Selfie.SelfieCheckError error)
-
setSelfie
public void setSelfie(java.lang.String selfie)
-
setStatus
public void setStatus(java.lang.String status)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-