Class WithdrawList
java.lang.Object
org.knowm.xchange.binance.dto.account.WapiResponse<List<WithdrawList.BinanceWithdraw>>
org.knowm.xchange.binance.dto.account.WithdrawList
public final class WithdrawList extends WapiResponse<List<WithdrawList.BinanceWithdraw>>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWithdrawList.BinanceWithdraw -
Field Summary
Fields inherited from class org.knowm.xchange.binance.dto.account.WapiResponse
msg, success -
Constructor Summary
Constructors Constructor Description WithdrawList(WithdrawList.BinanceWithdraw[] withdrawList, boolean success, String msg) -
Method Summary
Modifier and Type Method Description List<WithdrawList.BinanceWithdraw>getData()StringtoString()
-
Constructor Details
-
WithdrawList
-
-
Method Details
-
getData
- Specified by:
getDatain classWapiResponse<List<WithdrawList.BinanceWithdraw>>
-
toString
-