public final class CurrencyAccountResponseSource extends AbstractResponseSource implements ResponseSource
id, type| Constructor and Description |
|---|
CurrencyAccountResponseSource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount() |
java.lang.String |
getCurrency() |
int |
hashCode() |
void |
setAmount(java.lang.Long amount) |
void |
setCurrency(java.lang.String currency) |
java.lang.String |
toString() |
getId, getType, setId, setTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic java.lang.Long getAmount()
public java.lang.String getCurrency()
public void setAmount(java.lang.Long amount)
public void setCurrency(java.lang.String currency)
public boolean equals(java.lang.Object o)
equals in class AbstractResponseSourceprotected boolean canEqual(java.lang.Object other)
canEqual in class AbstractResponseSourcepublic int hashCode()
hashCode in class AbstractResponseSourcepublic java.lang.String toString()
toString in class AbstractResponseSource