public class SetBreakpointByUrl extends Object
| Constructor and Description |
|---|
SetBreakpointByUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBreakpointId()
Id of the created breakpoint for further reference.
|
List<Location> |
getLocations()
List of the locations this breakpoint resolved into upon addition.
|
void |
setBreakpointId(String breakpointId)
Id of the created breakpoint for further reference.
|
void |
setLocations(List<Location> locations)
List of the locations this breakpoint resolved into upon addition.
|
public String getBreakpointId()
public void setBreakpointId(String breakpointId)
public List<Location> getLocations()
Copyright © 2020. All rights reserved.