public class VariablesResponse
extends java.lang.Object
Constructor and Description |
---|
VariablesResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Variable[] |
getVariables()
All (or a range) of variables for the given variable reference.
|
int |
hashCode() |
void |
setVariables(Variable[] variables)
All (or a range) of variables for the given variable reference.
|
java.lang.String |
toString() |
@Pure public Variable[] getVariables()
public void setVariables(Variable[] variables)
@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