-
public final class SetBreakpointByUrlResponseResponse type for the DebuggerDomain.setBreakpointByUrl command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbreakpointIdprivate final List<Location>locations
-
Constructor Summary
Constructors Constructor Description SetBreakpointByUrlResponse(String breakpointId, List<Location> locations)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final List<Location>component2()final SetBreakpointByUrlResponsecopy(String breakpointId, List<Location> locations)final StringgetBreakpointId()Id of the created breakpoint for further reference. final List<Location>getLocations()List of the locations this breakpoint resolved into upon addition. -
-
Method Detail
-
component1
final String component1()
-
component2
final List<Location> component2()
-
copy
final SetBreakpointByUrlResponse copy(String breakpointId, List<Location> locations)
-
getBreakpointId
final String getBreakpointId()
Id of the created breakpoint for further reference.
-
getLocations
final List<Location> getLocations()
List of the locations this breakpoint resolved into upon addition.
-
-
-
-