public class DataBreakpointInfoArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static DataBreakpointInfoArguments |
create(String name) |
boolean |
equals(Object obj) |
String |
getName()
The name of the Variable's child to obtain data breakpoint information for.
|
Integer |
getVariablesReference()
Reference to the Variable container if the data breakpoint is requested for a child of the
container.
|
int |
hashCode() |
DataBreakpointInfoArguments |
setName(String name) |
DataBreakpointInfoArguments |
setVariablesReference(Integer variablesReference) |
public Integer getVariablesReference()
public DataBreakpointInfoArguments setVariablesReference(Integer variablesReference)
public String getName()
public DataBreakpointInfoArguments setName(String name)
public static DataBreakpointInfoArguments create(String name)