Class BitfinexDepositWithdrawalHistoryResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
-
public class BitfinexDepositWithdrawalHistoryResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexDepositWithdrawalHistoryResponse(Long id, String currency, String method, FundingRecord.Type type, BigDecimal amount, String description, String address, String status, BigDecimal timestamp, String txid, BigDecimal timestampCreated, BigDecimal fee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()BigDecimalgetAmount()StringgetCurrency()StringgetDescription()BigDecimalgetFee()longgetId()StringgetMethod()StringgetStatus()DategetTimestamp()DategetTimestampCreated()StringgetTxid()FundingRecord.TypegetType()StringtoString()
-
-
-
Constructor Detail
-
BitfinexDepositWithdrawalHistoryResponse
public BitfinexDepositWithdrawalHistoryResponse(Long id, String currency, String method, FundingRecord.Type type, BigDecimal amount, String description, String address, String status, BigDecimal timestamp, String txid, BigDecimal timestampCreated, BigDecimal fee)
-
-
Method Detail
-
getId
public long getId()
-
getCurrency
public String getCurrency()
-
getMethod
public String getMethod()
-
getType
public FundingRecord.Type getType()
-
getAmount
public BigDecimal getAmount()
-
getDescription
public String getDescription()
-
getAddress
public String getAddress()
-
getStatus
public String getStatus()
-
getTimestamp
public Date getTimestamp()
-
getTxid
public String getTxid()
-
getTimestampCreated
public Date getTimestampCreated()
-
getFee
public BigDecimal getFee()
-
-