public class StripeErrorResponse extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
StripeErrorResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
StripeError |
getError() |
int |
hashCode() |
void |
setError(StripeError error) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public StripeError getError()
public void setError(StripeError error)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object