Package com.checkout.transfers
Class TransferSourceResponse
- java.lang.Object
-
- com.checkout.transfers.TransferSourceResponse
-
public final class TransferSourceResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransferSourceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetAmount()CurrencygetCurrency()java.lang.StringgetEntityId()inthashCode()voidsetAmount(java.lang.Long amount)voidsetCurrency(Currency currency)voidsetEntityId(java.lang.String entityId)java.lang.StringtoString()
-
-
-
Method Detail
-
getEntityId
public java.lang.String getEntityId()
-
getAmount
public java.lang.Long getAmount()
-
getCurrency
public Currency getCurrency()
-
setEntityId
public void setEntityId(java.lang.String entityId)
-
setAmount
public void setAmount(java.lang.Long amount)
-
setCurrency
public void setCurrency(Currency currency)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-