public class InternalTransferExecuted
extends java.lang.Object
| Constructor and Description |
|---|
InternalTransferExecuted(long destinationUserId,
java.math.BigDecimal amount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.math.BigDecimal |
getAmount() |
long |
getDestinationUserId() |
int |
hashCode() |
java.lang.String |
toString() |
public InternalTransferExecuted(long destinationUserId,
java.math.BigDecimal amount)
public long getDestinationUserId()
public java.math.BigDecimal getAmount()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object