public abstract class AbstractQueueMemberEvent extends ManagerEvent
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Modifier | Constructor and Description |
---|---|
protected |
AbstractQueueMemberEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getInCall() |
String |
getInterface()
Returns the name of the member's interface.
|
String |
getLocation()
Deprecated.
since Asterisk 12
|
String |
getMemberName()
Retruns the name of the queue member.
|
String |
getPausedReason() |
String |
getQueue()
Returns the name of the queue.
|
void |
setInCall(String inCall) |
void |
setInterface(String _interface)
Sets the name of the member's interface.
|
void |
setLocation(String _interface)
Deprecated.
since Asterisk 12
|
void |
setMemberName(String memberName)
Sets the name of the queue member.
|
void |
setPausedReason(String pausedReason) |
void |
setQueue(String queue)
Sets the name of the queue.
|
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
protected AbstractQueueMemberEvent(Object source)
source
- public String getQueue()
public void setQueue(String queue)
queue
- the name of the queue.public final String getInterface()
E.g. the channel name or agent group.
public final void setInterface(String _interface)
member
- the name of the member's interface.@Deprecated public final String getLocation()
E.g. the channel name or agent group.
@Deprecated public final void setLocation(String _interface)
member
- the name of the member's interface.public String getMemberName()
Available since Asterisk 1.4
public void setMemberName(String memberName)
Available since Asterisk 1.4
memberName
- the name of the queue member.public String getPausedReason()
public void setPausedReason(String pausedReason)
public String getInCall()
public void setInCall(String inCall)
Copyright © 2004–2020. All rights reserved.