Class GateioDepositsWithdrawals
- java.lang.Object
-
- org.knowm.xchange.gateio.dto.GateioBaseResponse
-
- org.knowm.xchange.gateio.dto.account.GateioDepositsWithdrawals
-
public class GateioDepositsWithdrawals extends GateioBaseResponse
-
-
Constructor Summary
Constructors Constructor Description GateioDepositsWithdrawals(boolean result, List<GateioDeposit> deposits, List<GateioWithdrawal> withdraws, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GateioDeposit>
getDeposits()
List<GateioWithdrawal>
getWithdraws()
String
toString()
-
Methods inherited from class org.knowm.xchange.gateio.dto.GateioBaseResponse
getMessage, isResult
-
-
-
-
Constructor Detail
-
GateioDepositsWithdrawals
public GateioDepositsWithdrawals(boolean result, List<GateioDeposit> deposits, List<GateioWithdrawal> withdraws, String message)
-
-
Method Detail
-
getDeposits
public List<GateioDeposit> getDeposits()
-
getWithdraws
public List<GateioWithdrawal> getWithdraws()
-
toString
public String toString()
- Overrides:
toString
in classGateioBaseResponse
-
-