public static class SetVariableResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static SetVariableResponse.ResponseBody |
create(String value) |
boolean |
equals(Object obj) |
Integer |
getIndexedVariables()
The number of indexed child variables.
|
Integer |
getNamedVariables()
The number of named child variables.
|
String |
getType()
The type of the new value.
|
String |
getValue()
The new value of the variable.
|
Integer |
getVariablesReference()
If variablesReference is > 0, the new value is structured and its children can be
retrieved by passing variablesReference to the VariablesRequest.
|
int |
hashCode() |
SetVariableResponse.ResponseBody |
setIndexedVariables(Integer indexedVariables) |
SetVariableResponse.ResponseBody |
setNamedVariables(Integer namedVariables) |
SetVariableResponse.ResponseBody |
setType(String type) |
SetVariableResponse.ResponseBody |
setValue(String value) |
SetVariableResponse.ResponseBody |
setVariablesReference(Integer variablesReference) |
public String getValue()
public SetVariableResponse.ResponseBody setValue(String value)
public String getType()
public SetVariableResponse.ResponseBody setType(String type)
public Integer getVariablesReference()
public SetVariableResponse.ResponseBody setVariablesReference(Integer variablesReference)
public Integer getNamedVariables()
public SetVariableResponse.ResponseBody setNamedVariables(Integer namedVariables)
public Integer getIndexedVariables()
public SetVariableResponse.ResponseBody setIndexedVariables(Integer indexedVariables)
public static SetVariableResponse.ResponseBody create(String value)