Class OAuthError

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.oauth.OAuthError
All Implemented Interfaces:
StripeObjectInterface

public class OAuthError extends StripeObject
  • Constructor Details

    • OAuthError

      public OAuthError()
  • Method Details

    • getError

      public String getError()
    • getErrorDescription

      public String getErrorDescription()
    • setError

      public void setError(String error)
    • setErrorDescription

      public void setErrorDescription(String errorDescription)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object