public class DataBreakpointInfoArguments
extends java.lang.Object
| Constructor and Description |
|---|
DataBreakpointInfoArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the Variable's child to obtain data breakpoint information for.
|
java.lang.Integer |
getVariablesReference()
Reference to the Variable container if the data breakpoint is requested for a child of the container.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the Variable's child to obtain data breakpoint information for.
|
void |
setVariablesReference(java.lang.Integer variablesReference)
Reference to the Variable container if the data breakpoint is requested for a child of the container.
|
java.lang.String |
toString() |
@Pure public java.lang.Integer getVariablesReference()
This is an optional property.
public void setVariablesReference(java.lang.Integer variablesReference)
This is an optional property.
@Pure public java.lang.String getName()
If variablesReference isn’t provided, this can be an expression.
public void setName(java.lang.String name)
If variablesReference isn’t provided, this can be an expression.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object