public class VariablesArguments
extends java.lang.Object
Constructor and Description |
---|
VariablesArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getCount()
The number of variables to return.
|
VariablesArgumentsFilter |
getFilter()
Optional filter to limit the child variables to either named or indexed.
|
ValueFormat |
getFormat()
Specifies details on how to format the Variable values.
|
java.lang.Integer |
getStart()
The index of the first variable to return; if omitted children start at 0.
|
int |
getVariablesReference()
The Variable reference.
|
int |
hashCode() |
void |
setCount(java.lang.Integer count)
The number of variables to return.
|
void |
setFilter(VariablesArgumentsFilter filter)
Optional filter to limit the child variables to either named or indexed.
|
void |
setFormat(ValueFormat format)
Specifies details on how to format the Variable values.
|
void |
setStart(java.lang.Integer start)
The index of the first variable to return; if omitted children start at 0.
|
void |
setVariablesReference(int variablesReference)
The Variable reference.
|
java.lang.String |
toString() |
@Pure public int getVariablesReference()
public void setVariablesReference(int variablesReference)
@Pure public VariablesArgumentsFilter getFilter()
This is an optional property.
public void setFilter(VariablesArgumentsFilter filter)
This is an optional property.
@Pure public java.lang.Integer getStart()
This is an optional property.
public void setStart(java.lang.Integer start)
This is an optional property.
@Pure public java.lang.Integer getCount()
This is an optional property.
public void setCount(java.lang.Integer count)
This is an optional property.
@Pure public ValueFormat getFormat()
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
This is an optional property.
public void setFormat(ValueFormat format)
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
This is an optional property.
@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