public class JoinEvent extends QueueEvent
It is implemented in apps/app_queue.c
Modifier and Type | Field and Description |
---|---|
protected String |
callerIdName |
protected String |
callerIdNum |
protected String |
connectedlinename |
protected String |
connectedlinenum |
protected Integer |
position |
source
Modifier and Type | Method and Description |
---|---|
String |
getCallerId()
Deprecated.
since 1.0.0, use
getCallerIdNum() instead. |
String |
getCallerIdName()
Returns the Caller*ID name of the channel that joined the queue if set.
|
String |
getCallerIdNum()
Returns the Caller*ID number of the channel that joined the queue if set.
|
String |
getConnectedlinename()
Returns the Caller*ID name of the channel connected if set.
|
String |
getConnectedlinenum()
Returns the Caller*ID number of the channel connected if set.
|
Integer |
getPosition()
Returns the position of the joined channel in the queue.
|
void |
setCallerId(String callerId)
Sets the Caller*ID number of the channel that joined the queue.
|
void |
setCallerIdName(String callerIdName)
Sets the Caller*ID name of the channel that joined the queue.
|
void |
setCallerIdNum(String callerIdNum)
Sets the Caller*ID number of the channel that joined the queue.
|
void |
setConnectedlinename(String connectedlinename) |
void |
setConnectedlinenum(String connectedlinenum) |
void |
setPosition(Integer position)
Sets the position of the joined channel in the queue.
|
getChannel, getCount, getQueue, getUniqueId, setChannel, setCount, setQueue, setUniqueId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
protected String callerIdNum
protected String callerIdName
protected Integer position
protected String connectedlinename
protected String connectedlinenum
public JoinEvent(Object source)
@Deprecated public String getCallerId()
getCallerIdNum()
instead.public void setCallerId(String callerId)
callerId
- the Caller*ID number of the channel that joined the queue.public String getCallerIdNum()
public void setCallerIdNum(String callerIdNum)
callerIdNum
- the Caller*ID number of the channel that joined the queue.public String getCallerIdName()
public void setCallerIdName(String callerIdName)
public Integer getPosition()
public void setPosition(Integer position)
public String getConnectedlinename()
public void setConnectedlinename(String connectedlinename)
public String getConnectedlinenum()
public void setConnectedlinenum(String connectedlinenum)
Copyright © 2004–2016. All rights reserved.