Package org.knowm.xchange.idex.dto
Class DepositsWithdrawalsReq
java.lang.Object
org.knowm.xchange.idex.dto.DepositsWithdrawalsReq
- Direct Known Subclasses:
IdexDepositsWithdrawalsParams
public class DepositsWithdrawalsReq extends Object
-
Constructor Summary
Constructors Constructor Description DepositsWithdrawalsReq()
-
Method Summary
Modifier and Type Method Description DepositsWithdrawalsReq
address(String address)
(address string) - Address to query deposit/withdrawal history forDepositsWithdrawalsReq
end(String end)
(number) - Inclusive ending UNIX timestamp of returned results, defaults to current timestampboolean
equals(Object o)
String
getAddress()
String
getEnd()
String
getStart()
int
hashCode()
void
setAddress(String address)
void
setEnd(String end)
void
setStart(String start)
DepositsWithdrawalsReq
start(String start)
(number) - Inclusive starting UNIX timestamp of returned results, defaults to 0String
toString()
-
Constructor Details
-
DepositsWithdrawalsReq
public DepositsWithdrawalsReq()
-
-
Method Details
-
address
(address string) - Address to query deposit/withdrawal history for -
getAddress
-
setAddress
-
start
(number) - Inclusive starting UNIX timestamp of returned results, defaults to 0 -
getStart
-
setStart
-
end
(number) - Inclusive ending UNIX timestamp of returned results, defaults to current timestamp -
getEnd
-
setEnd
-
equals
-
hashCode
public int hashCode() -
toString
-