public static class ContinueResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ContinueResponse.ResponseBody |
create() |
boolean |
equals(Object obj) |
Boolean |
getAllThreadsContinued()
If true, the 'continue' request has ignored the specified thread and continued all
threads instead.
|
int |
hashCode() |
ContinueResponse.ResponseBody |
setAllThreadsContinued(Boolean allThreadsContinued) |
public Boolean getAllThreadsContinued()
public ContinueResponse.ResponseBody setAllThreadsContinued(Boolean allThreadsContinued)
public static ContinueResponse.ResponseBody create()