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 String
getAddress()
BigDecimal
getAmount()
String
getCurrency()
String
getDescription()
BigDecimal
getFee()
long
getId()
String
getMethod()
String
getStatus()
Date
getTimestamp()
Date
getTimestampCreated()
String
getTxid()
FundingRecord.Type
getType()
String
toString()
-
-
-
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()
-
-