|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.manager.action.AbstractManagerAction net.sf.asterisk.manager.action.ZapDNDOnAction
public class ZapDNDOnAction
The ZapDNDOnAction switches a zap channel "Do Not Disturb" status on.
Constructor Summary | |
---|---|
ZapDNDOnAction()
Creates a new empty ZapDNDOnAction. |
|
ZapDNDOnAction(java.lang.Integer zapChannel)
Creates a new ZapDNDOnAction that enables "Do Not Disturb" status for the given zap channel. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the name of this action, i.e. |
java.lang.Integer |
getZapChannel()
Returns the number of the zap channel to switch to dnd on. |
void |
setZapChannel(java.lang.Integer channel)
Sets the number of the zap channel to switch to dnd on. This property is mandatory. |
Methods inherited from class net.sf.asterisk.manager.action.AbstractManagerAction |
---|
getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ZapDNDOnAction()
public ZapDNDOnAction(java.lang.Integer zapChannel)
zapChannel
- the number of the zap channelMethod Detail |
---|
public java.lang.String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.Integer getZapChannel()
public void setZapChannel(java.lang.Integer channel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |