|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asteriskjava.manager.response.ManagerResponse
org.asteriskjava.manager.response.GetVarResponse
public class GetVarResponse
Corresponds to a GetVarAction and contains the value of the requested variable.
GetVarAction
,
Serialized FormConstructor Summary | |
---|---|
GetVarResponse()
|
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the value of the requested variable. |
java.lang.String |
getVariable()
Returns the name of the requested variable. |
void |
setValue(java.lang.String value)
Sets the value of the requested variable. |
void |
setVariable(java.lang.String variable)
Sets the name of the requested variable. |
Methods inherited from class org.asteriskjava.manager.response.ManagerResponse |
---|
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getMessage, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setMessage, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetVarResponse()
Method Detail |
---|
public java.lang.String getVariable()
public void setVariable(java.lang.String variable)
variable
- the name of the requested variable.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the requested variable.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |