public static class BreakpointLocationsResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static BreakpointLocationsResponse.ResponseBody |
create(List<BreakpointLocation> breakpoints) |
boolean |
equals(Object obj) |
List<BreakpointLocation> |
getBreakpoints()
Sorted set of possible breakpoint locations.
|
int |
hashCode() |
BreakpointLocationsResponse.ResponseBody |
setBreakpoints(List<BreakpointLocation> breakpoints) |
public List<BreakpointLocation> getBreakpoints()
public BreakpointLocationsResponse.ResponseBody setBreakpoints(List<BreakpointLocation> breakpoints)
public static BreakpointLocationsResponse.ResponseBody create(List<BreakpointLocation> breakpoints)