public static final class SetBreakpoint.ResponseBody extends V8Body
Constructor and Description |
---|
ResponseBody(V8Breakpoint.Type type,
long breakpoint,
String scriptName,
Long line,
Long column,
V8Breakpoint.ActualLocation[] actualLocations) |
Modifier and Type | Method and Description |
---|---|
V8Breakpoint.ActualLocation[] |
getActualLocations() |
long |
getBreakpoint() |
PropertyLong |
getColumn() |
PropertyLong |
getLine() |
String |
getScriptName() |
V8Breakpoint.Type |
getType() |
public ResponseBody(V8Breakpoint.Type type, long breakpoint, String scriptName, Long line, Long column, V8Breakpoint.ActualLocation[] actualLocations)
public V8Breakpoint.Type getType()
public long getBreakpoint()
public String getScriptName()
public PropertyLong getLine()
public PropertyLong getColumn()
public V8Breakpoint.ActualLocation[] getActualLocations()