public class ZapShowChannelsEvent extends ResponseEvent
ZapShowChannelsAction
,
Serialized Formsource
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.
|
String |
getContext()
Returns the context of this zap channel as defined in
zapata.conf . |
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 |
setContext(String context)
Sets the context 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, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, 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 String getContext()
zapata.conf
.public void setContext(String context)
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–2016. All rights reserved.