public class SetVariableArguments
extends java.lang.Object
Constructor and Description |
---|
SetVariableArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ValueFormat |
getFormat()
Specifies details on how to format the response value.
|
java.lang.String |
getName()
The name of the variable in the container.
|
java.lang.String |
getValue()
The value of the variable.
|
int |
getVariablesReference()
The reference of the variable container.
|
int |
hashCode() |
void |
setFormat(ValueFormat format)
Specifies details on how to format the response value.
|
void |
setName(java.lang.String name)
The name of the variable in the container.
|
void |
setValue(java.lang.String value)
The value of the variable.
|
void |
setVariablesReference(int variablesReference)
The reference of the variable container.
|
java.lang.String |
toString() |
@Pure public int getVariablesReference()
public void setVariablesReference(int variablesReference)
@Pure public java.lang.String getName()
public void setName(java.lang.String name)
@Pure public java.lang.String getValue()
public void setValue(java.lang.String value)
@Pure public ValueFormat getFormat()
This is an optional property.
public void setFormat(ValueFormat format)
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