Package com.stripe.model.billing
Class AlertTriggered.AggregationPeriod
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.AlertTriggered.AggregationPeriod
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AlertTriggered
For more details about AggregationPeriod, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanEnd time of the aggregation period.Start time of the aggregation period.inthashCode()voidEnd time of the aggregation period.voidsetStartsAt(Long startsAt) Start time of the aggregation period.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AggregationPeriod
public AggregationPeriod()
-
-
Method Details
-
getEndsAt
End time of the aggregation period. -
getStartsAt
Start time of the aggregation period. -
setEndsAt
End time of the aggregation period. -
setStartsAt
Start time of the aggregation period. -
equals
-
canEqual
-
hashCode
public int hashCode()
-