Class ReportRun.StatusDetail

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.StatusDetail
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReportRun

public static class ReportRun.StatusDetail extends StripeObject
For more details about StatusDetail, please refer to the API Reference.
  • Constructor Details

    • StatusDetail

      public StatusDetail()
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getErrorMessage

      public String getErrorMessage()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • 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