public abstract class PayoutRequestSource
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
amount |
protected PayoutSourceType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
PayoutRequestSource(PayoutSourceType type) |
|
PayoutRequestSource(PayoutSourceType type,
java.lang.Long amount) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAmount() |
PayoutSourceType |
getType() |
int |
hashCode() |
void |
setAmount(java.lang.Long amount) |
void |
setType(PayoutSourceType type) |
java.lang.String |
toString() |
protected PayoutSourceType type
protected java.lang.Long amount
protected PayoutRequestSource(PayoutSourceType type)
public PayoutRequestSource(PayoutSourceType type, java.lang.Long amount)
public PayoutSourceType getType()
public java.lang.Long getAmount()
public void setType(PayoutSourceType type)
public void setAmount(java.lang.Long amount)
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.Objectpublic java.lang.String toString()
toString in class java.lang.Object