Package com.stripe.model.oauth
Class OAuthError
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.oauth.OAuthError
-
- All Implemented Interfaces:
StripeObjectInterface
public class OAuthError extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description OAuthError()
-
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.StringgetError()java.lang.StringgetErrorDescription()inthashCode()voidsetError(java.lang.String error)voidsetErrorDescription(java.lang.String errorDescription)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getError
public java.lang.String getError()
-
getErrorDescription
public java.lang.String getErrorDescription()
-
setError
public void setError(java.lang.String error)
-
setErrorDescription
public void setErrorDescription(java.lang.String errorDescription)
-
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
-
-