public class CountdownCancelAllSpotTask extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CURRENCY_PAIR |
static String |
SERIALIZED_NAME_TIMEOUT |
| Constructor and Description |
|---|
CountdownCancelAllSpotTask() |
| Modifier and Type | Method and Description |
|---|---|
CountdownCancelAllSpotTask |
currencyPair(String currencyPair) |
boolean |
equals(Object o) |
String |
getCurrencyPair()
Currency pair
|
Integer |
getTimeout()
Countdown time, in seconds At least 5 seconds, 0 means cancel the countdown
|
int |
hashCode() |
void |
setCurrencyPair(String currencyPair) |
void |
setTimeout(Integer timeout) |
CountdownCancelAllSpotTask |
timeout(Integer timeout) |
String |
toString() |
public static final String SERIALIZED_NAME_TIMEOUT
public static final String SERIALIZED_NAME_CURRENCY_PAIR
public CountdownCancelAllSpotTask timeout(Integer timeout)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public CountdownCancelAllSpotTask currencyPair(String currencyPair)
public void setCurrencyPair(String currencyPair)
Copyright © 2023. All rights reserved.