Class AlertTriggered.AggregationPeriod

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

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

    • AggregationPeriod

      public AggregationPeriod()
  • Method Details

    • getEndsAt

      public Long getEndsAt()
      End time of the aggregation period.
    • getStartsAt

      public Long getStartsAt()
      Start time of the aggregation period.
    • setEndsAt

      public void setEndsAt(Long endsAt)
      End time of the aggregation period.
    • setStartsAt

      public void setStartsAt(Long startsAt)
      Start time of the aggregation period.
    • 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