-
public final class GetPossibleBreakpointsResponseResponse type for the DebuggerDomain.getPossibleBreakpoints command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<BreakLocation>locations
-
Constructor Summary
Constructors Constructor Description GetPossibleBreakpointsResponse(List<BreakLocation> locations)
-
Method Summary
Modifier and Type Method Description final List<BreakLocation>component1()final GetPossibleBreakpointsResponsecopy(List<BreakLocation> locations)final List<BreakLocation>getLocations()List of the possible breakpoint locations. -
-
Constructor Detail
-
GetPossibleBreakpointsResponse
GetPossibleBreakpointsResponse(List<BreakLocation> locations)
-
-
Method Detail
-
component1
final List<BreakLocation> component1()
-
copy
final GetPossibleBreakpointsResponse copy(List<BreakLocation> locations)
-
getLocations
final List<BreakLocation> getLocations()
List of the possible breakpoint locations.
-
-
-
-