Class UsageRecordSummary.Period

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.UsageRecordSummary.Period
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
UsageRecordSummary

public static class UsageRecordSummary.Period extends StripeObject
  • Constructor Details

    • Period

      public Period()
  • Method Details

    • getEnd

      public Long getEnd()
    • getStart

      public Long getStart()
    • setEnd

      public void setEnd(Long end)
    • setStart

      public void setStart(Long start)
    • 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