Class Meter.DefaultAggregation

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

public static class Meter.DefaultAggregation extends StripeObject
  • Constructor Details

    • DefaultAggregation

      public DefaultAggregation()
  • Method Details

    • getFormula

      public String getFormula()
      Specifies how events are aggregated.

      One of count, or sum.

    • setFormula

      public void setFormula(String formula)
      Specifies how events are aggregated.

      One of count, or sum.

    • 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