public class VarSetEvent extends ManagerEvent
Available since Asterisk 1.6
It is implemented in main/pbx.c
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
VarSetEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountCode() |
String |
getChannel()
Returns the name of the channel or
null for global
variables. |
String |
getLanguage() |
String |
getLinkedId() |
String |
getUniqueId()
Returns the unique id of the channel or
null for global
variables. |
String |
getValue()
Returns the new value of the variable.
|
String |
getVariable()
Returns the name of the variable that has been set.
|
void |
setAccountCode(String accountCode) |
void |
setChannel(String channel) |
void |
setLanguage(String language) |
void |
setLinkedId(String linkedId) |
void |
setUniqueId(String uniqueId) |
void |
setValue(String value) |
void |
setVariable(String variable) |
appendPropertyIfNotNull, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toString
getSource
public VarSetEvent(Object source)
public String getLanguage()
public void setLanguage(String language)
public String getChannel()
null
for global
variables.null
for global
variables.public void setChannel(String channel)
public String getUniqueId()
null
for global
variables.null
for global
variables.public void setUniqueId(String uniqueId)
public String getVariable()
public void setVariable(String variable)
public String getValue()
public void setValue(String value)
public String getLinkedId()
public void setLinkedId(String linkedId)
public String getAccountCode()
public void setAccountCode(String accountCode)
Copyright © 2004–2022. All rights reserved.