public class ContinueArguments
extends java.lang.Object
Constructor and Description |
---|
ContinueArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getThreadId()
Continue execution for the specified thread (if possible).
|
int |
hashCode() |
void |
setThreadId(int threadId)
Continue execution for the specified thread (if possible).
|
java.lang.String |
toString() |
@Pure public int getThreadId()
If the backend cannot continue on a single thread but will continue on all threads, it should set the 'allThreadsContinued' attribute in the response to true.
public void setThreadId(int threadId)
If the backend cannot continue on a single thread but will continue on all threads, it should set the 'allThreadsContinued' attribute in the response to true.
@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