public class SetVariableArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static SetVariableArguments |
create(Integer variablesReference,
String name,
String value) |
boolean |
equals(Object obj) |
ValueFormat |
getFormat()
Specifies details on how to format the response value.
|
String |
getName()
The name of the variable in the container.
|
String |
getValue()
The value of the variable.
|
int |
getVariablesReference()
The reference of the variable container.
|
int |
hashCode() |
SetVariableArguments |
setFormat(ValueFormat format) |
SetVariableArguments |
setName(String name) |
SetVariableArguments |
setValue(String value) |
SetVariableArguments |
setVariablesReference(int variablesReference) |
public int getVariablesReference()
public SetVariableArguments setVariablesReference(int variablesReference)
public String getName()
public SetVariableArguments setName(String name)
public String getValue()
public SetVariableArguments setValue(String value)
public ValueFormat getFormat()
public SetVariableArguments setFormat(ValueFormat format)
public static SetVariableArguments create(Integer variablesReference, String name, String value)