Package org.knowm.xchange.idex.dto
Class WithdrawalsResponseInner
java.lang.Object
org.knowm.xchange.idex.dto.WithdrawalsResponseInner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetCurrency(String currency) voidvoidsetTimestamp(String timestamp) voidsetTransactionHash(String transactionHash) voidsetWithdrawalNumber(String withdrawalNumber) toString()transactionHash(String transactionHash) withdrawalNumber(String withdrawalNumber)
-
Constructor Details
-
WithdrawalsResponseInner
public WithdrawalsResponseInner()
-
-
Method Details
-
withdrawalNumber
-
getWithdrawalNumber
-
setWithdrawalNumber
-
currency
-
getCurrency
-
setCurrency
-
amount
-
getAmount
-
setAmount
-
timestamp
-
getTimestamp
-
setTimestamp
-
transactionHash
-
getTransactionHash
-
setTransactionHash
-
status
-
getStatus
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-