public class CountdownCancelAllFuturesTask extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTRACT |
static String |
SERIALIZED_NAME_TIMEOUT |
| Constructor and Description |
|---|
CountdownCancelAllFuturesTask() |
| Modifier and Type | Method and Description |
|---|---|
CountdownCancelAllFuturesTask |
contract(String contract) |
boolean |
equals(Object o) |
String |
getContract()
Futures contract
|
Integer |
getTimeout()
Countdown time, in seconds At least 5 seconds, 0 means cancel the countdown
|
int |
hashCode() |
void |
setContract(String contract) |
void |
setTimeout(Integer timeout) |
CountdownCancelAllFuturesTask |
timeout(Integer timeout) |
String |
toString() |
public static final String SERIALIZED_NAME_TIMEOUT
public static final String SERIALIZED_NAME_CONTRACT
public CountdownCancelAllFuturesTask timeout(Integer timeout)
public Integer getTimeout()
public void setTimeout(Integer timeout)
public CountdownCancelAllFuturesTask contract(String contract)
public void setContract(String contract)
Copyright © 2023. All rights reserved.