public static class SubscriptionSchedule.CurrentPhase extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CurrentPhase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getEndDate()
The end of this phase of the subscription schedule.
|
java.lang.Long |
getStartDate()
The start of this phase of the subscription schedule.
|
int |
hashCode() |
void |
setEndDate(java.lang.Long endDate)
The end of this phase of the subscription schedule.
|
void |
setStartDate(java.lang.Long startDate)
The start of this phase of the subscription schedule.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Long getEndDate()
public java.lang.Long getStartDate()
public void setEndDate(java.lang.Long endDate)
public void setStartDate(java.lang.Long startDate)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object