public class GetVarResponse extends ManagerResponse
GetVarAction
,
Serialized FormConstructor and Description |
---|
GetVarResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of the requested variable.
|
String |
getVariable()
Returns the name of the requested variable.
|
void |
setValue(String value)
Sets the value of the requested variable.
|
void |
setVariable(String variable)
Sets the name of the requested variable.
|
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getEvents, getMessage, getOutput, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setEvents, setMessage, setOutput, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, toString
public String getVariable()
public void setVariable(String variable)
variable
- the name of the requested variable.public String getValue()
public void setValue(String value)
value
- the value of the requested variable.Copyright © 2004–2017. All rights reserved.