public class InvoiceLineItemPeriod extends StripeObject
PRETTY_PRINT_GSON
Constructor | Description |
---|---|
InvoiceLineItemPeriod() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
java.lang.Long |
getEnd() |
|
java.lang.Long |
getStart() |
|
int |
hashCode() |
|
void |
setEnd(java.lang.Long end) |
|
void |
setStart(java.lang.Long start) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.Long getEnd()
public java.lang.Long getStart()
public void setEnd(java.lang.Long end)
public void setStart(java.lang.Long start)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object