public static class BreakpointEvent.EventBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static BreakpointEvent.EventBody |
create(String reason,
Breakpoint breakpoint) |
boolean |
equals(Object obj) |
Breakpoint |
getBreakpoint()
The 'id' attribute is used to find the target breakpoint and the other attributes are
used as the new values.
|
String |
getReason()
The reason for the event.
|
int |
hashCode() |
BreakpointEvent.EventBody |
setBreakpoint(Breakpoint breakpoint) |
BreakpointEvent.EventBody |
setReason(String reason) |
public String getReason()
public BreakpointEvent.EventBody setReason(String reason)
public Breakpoint getBreakpoint()
public BreakpointEvent.EventBody setBreakpoint(Breakpoint breakpoint)
public static BreakpointEvent.EventBody create(String reason, Breakpoint breakpoint)