public class DndStateEvent extends ManagerEvent
It is implemented in channels/chan_zap.c
.
Available since Asterisk 1.2
source
Constructor and Description |
---|
DndStateEvent(Object source)
Creates a new DNDStateEvent.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Returns the name of the channel.
|
Boolean |
getState()
Returns DND state of the channel.
|
void |
setChannel(String channel)
Sets the name of the channel.
|
void |
setState(Boolean state)
Sets the DND state of the channel.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public DndStateEvent(Object source)
source
- public String getChannel()
public void setChannel(String channel)
public Boolean getState()
public void setState(Boolean state)
Copyright © 2004–2016. All rights reserved.