public class ContinueResponse
extends java.lang.Object
Constructor and Description |
---|
ContinueResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllThreadsContinued()
If true, the 'continue' request has ignored the specified thread and continued all threads instead.
|
int |
hashCode() |
void |
setAllThreadsContinued(java.lang.Boolean allThreadsContinued)
If true, the 'continue' request has ignored the specified thread and continued all threads instead.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getAllThreadsContinued()
If this attribute is missing a value of 'true' is assumed for backward compatibility.
This is an optional property.
public void setAllThreadsContinued(java.lang.Boolean allThreadsContinued)
If this attribute is missing a value of 'true' is assumed for backward compatibility.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object