Package com.stripe.model.identity
Class VerificationReport.Selfie.SelfieCheckError
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationReport.Selfie.SelfieCheckError
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport.Selfie
public static class VerificationReport.Selfie.SelfieCheckError extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SelfieCheckError()
-
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.StringgetCode()java.lang.StringgetReason()inthashCode()voidsetCode(java.lang.String code)voidsetReason(java.lang.String reason)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
getReason
public java.lang.String getReason()
-
setCode
public void setCode(java.lang.String code)
-
setReason
public void setReason(java.lang.String reason)
-
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
-
-