public static class TerminatedEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static TerminatedEvent.EventBody |
create() |
boolean |
equals(Object obj) |
Object |
getRestart()
A debug adapter may set 'restart' to true (or to an arbitrary object) to request that the
front end restarts the session.
|
int |
hashCode() |
TerminatedEvent.EventBody |
setRestart(Object restart) |
public Object getRestart()
public TerminatedEvent.EventBody setRestart(Object restart)
public static TerminatedEvent.EventBody create()