Package com.stripe.model
Class SubscriptionSchedule.CurrentPhase
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SubscriptionSchedule.CurrentPhase
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule
public static class SubscriptionSchedule.CurrentPhase extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description CurrentPhase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetEndDate()The end of this phase of the subscription schedule.java.lang.LonggetStartDate()The start of this phase of the subscription schedule.inthashCode()voidsetEndDate(java.lang.Long endDate)The end of this phase of the subscription schedule.voidsetStartDate(java.lang.Long startDate)The start of this phase of the subscription schedule.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getEndDate
public java.lang.Long getEndDate()
The end of this phase of the subscription schedule.
-
getStartDate
public java.lang.Long getStartDate()
The start of this phase of the subscription schedule.
-
setEndDate
public void setEndDate(java.lang.Long endDate)
The end of this phase of the subscription schedule.
-
setStartDate
public void setStartDate(java.lang.Long startDate)
The start of this phase of the subscription schedule.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-