public class SetFunctionBreakpointsArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static SetFunctionBreakpointsArguments |
create(List<FunctionBreakpoint> breakpoints) |
boolean |
equals(Object obj) |
List<FunctionBreakpoint> |
getBreakpoints()
The function names of the breakpoints.
|
int |
hashCode() |
SetFunctionBreakpointsArguments |
setBreakpoints(List<FunctionBreakpoint> breakpoints) |
public List<FunctionBreakpoint> getBreakpoints()
public SetFunctionBreakpointsArguments setBreakpoints(List<FunctionBreakpoint> breakpoints)
public static SetFunctionBreakpointsArguments create(List<FunctionBreakpoint> breakpoints)