public static class StoppedEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static StoppedEvent.EventBody |
create(String reason) |
boolean |
equals(Object obj) |
Boolean |
getAllThreadsStopped()
If 'allThreadsStopped' is true, a debug adapter can announce that all threads have
stopped.
|
String |
getDescription()
The full reason for the event, e.g.
|
Boolean |
getPreserveFocusHint()
A value of true hints to the frontend that this event should not change the focus.
|
String |
getReason()
The reason for the event.
|
String |
getText()
Additional information.
|
Integer |
getThreadId()
The thread which was stopped.
|
int |
hashCode() |
StoppedEvent.EventBody |
setAllThreadsStopped(Boolean allThreadsStopped) |
StoppedEvent.EventBody |
setDescription(String description) |
StoppedEvent.EventBody |
setPreserveFocusHint(Boolean preserveFocusHint) |
StoppedEvent.EventBody |
setReason(String reason) |
StoppedEvent.EventBody |
setText(String text) |
StoppedEvent.EventBody |
setThreadId(Integer threadId) |
public String getReason()
public StoppedEvent.EventBody setReason(String reason)
public String getDescription()
public StoppedEvent.EventBody setDescription(String description)
public Integer getThreadId()
public StoppedEvent.EventBody setThreadId(Integer threadId)
public Boolean getPreserveFocusHint()
public StoppedEvent.EventBody setPreserveFocusHint(Boolean preserveFocusHint)
public String getText()
public StoppedEvent.EventBody setText(String text)
public Boolean getAllThreadsStopped()
public StoppedEvent.EventBody setAllThreadsStopped(Boolean allThreadsStopped)
public static StoppedEvent.EventBody create(String reason)