Class MeterErrorReport.Reason

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.MeterErrorReport.Reason
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
MeterErrorReport

public static class MeterErrorReport.Reason extends StripeObject
  • Constructor Details

    • Reason

      public Reason()
  • Method Details

    • getErrorCount

      public Long getErrorCount()
      The number of errors generated.
    • getErrorTypes

      public List<MeterErrorReport.Reason.ErrorType> getErrorTypes()
      More information about errors.
    • setErrorCount

      public void setErrorCount(Long errorCount)
      The number of errors generated.
    • setErrorTypes

      public void setErrorTypes(List<MeterErrorReport.Reason.ErrorType> errorTypes)
      More information about errors.
    • 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