Class HuobiFundingRecord
- java.lang.Object
-
- org.knowm.xchange.huobi.dto.account.HuobiFundingRecord
-
public class HuobiFundingRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description HuobiFundingRecord(long id, String type, String currency, String txhash, BigDecimal amount, String address, String addressTag, BigDecimal fee, String state, Date created, Date updated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
String
getAddressTag()
BigDecimal
getAmount()
long
getBalance()
Date
getCreatedAt()
String
getCurrency()
BigDecimal
getFee()
long
getId()
String
getState()
String
getTxhash()
FundingRecord.Type
getType()
Date
getUpdatedAt()
String
toString()
-
-
-
Constructor Detail
-
HuobiFundingRecord
public HuobiFundingRecord(long id, String type, String currency, String txhash, BigDecimal amount, String address, String addressTag, BigDecimal fee, String state, Date created, Date updated)
-
-
Method Detail
-
getBalance
public long getBalance()
-
getCurrency
public String getCurrency()
-
getType
public FundingRecord.Type getType()
-
getId
public long getId()
-
getTxhash
public String getTxhash()
-
getAmount
public BigDecimal getAmount()
-
getAddress
public String getAddress()
-
getAddressTag
public String getAddressTag()
-
getFee
public BigDecimal getFee()
-
getState
public String getState()
-
getCreatedAt
public Date getCreatedAt()
-
getUpdatedAt
public Date getUpdatedAt()
-
-