public class SetBreakpoint extends Object
| Constructor and Description |
|---|
SetBreakpoint() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getActualLocation()
Location this breakpoint resolved into.
|
String |
getBreakpointId()
Id of the created breakpoint for further reference.
|
void |
setActualLocation(Location actualLocation)
Location this breakpoint resolved into.
|
void |
setBreakpointId(String breakpointId)
Id of the created breakpoint for further reference.
|
public String getBreakpointId()
public void setBreakpointId(String breakpointId)
public Location getActualLocation()
public void setActualLocation(Location actualLocation)
Copyright © 2020. All rights reserved.