| Constructor and Description |
|---|
DonutSubscriptionCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getAmount() |
java.lang.Number |
getAmountWithoutFee() |
java.lang.Long |
getUserId() |
int |
hashCode() |
DonutSubscriptionCreate |
setAmount(java.lang.Integer amount) |
DonutSubscriptionCreate |
setAmountWithoutFee(java.lang.Number amountWithoutFee) |
DonutSubscriptionCreate |
setUserId(java.lang.Long userId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getAmount()
public DonutSubscriptionCreate setAmount(java.lang.Integer amount)
public java.lang.Number getAmountWithoutFee()
public DonutSubscriptionCreate setAmountWithoutFee(java.lang.Number amountWithoutFee)
public java.lang.Long getUserId()
public DonutSubscriptionCreate setUserId(java.lang.Long userId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()