public class ZapShowChannelsEvent extends ResponseEvent
ZapShowChannelsAction
,
Serialized FormactionId
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
ZapShowChannelsEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAlarm()
Returns the alarm state of this zap channel.
|
Integer |
getChannel()
Returns the number of this zap channel.
|
Boolean |
getDnd()
Returns whether dnd (do not disturb) is enabled for this zap channel.
|
String |
getSignalling()
Returns the signalling of this zap channel.
|
void |
setAlarm(String alarm)
Sets the alarm state of this zap channel.
|
void |
setChannel(Integer channel)
Sets the number of this zap channel.
|
void |
setDnd(Boolean dnd)
Sets whether dnd (do not disturb) is enabled for this zap channel.
|
void |
setSignalling(String signalling)
Sets the signalling of this zap channel.
|
getActionId, getInternalActionId, setActionId, setInternalActionId
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 ZapShowChannelsEvent(Object source)
source
- public Integer getChannel()
public void setChannel(Integer channel)
public String getSignalling()
Possible values are:
public void setSignalling(String signalling)
public Boolean getDnd()
null
if not set.public void setDnd(Boolean dnd)
dnd
- Boolean.TRUE if dnd is enabled, Boolean.FALSE if it is
disabled.public String getAlarm()
This may be one of
public void setAlarm(String alarm)
Copyright © 2004–2020. All rights reserved.