public class StopMixMonitorAction extends AbstractManagerAction
Constructor and Description |
---|
StopMixMonitorAction()
Creates a new empty StopMixMonitorAction
|
StopMixMonitorAction(String channel)
Creates a StopMixMonitorAction that stops all MixMonitors on the
specified channel.
|
StopMixMonitorAction(String channel,
String mixMonitorId)
Creates a StopMixMonitorAction that stops the specified MixMonitor on
the specified channel.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getChannel()
Returns the name of the Asterisk channel to monitor.
|
String |
getMixMonitorId()
Returns the ID of the MixMonitor to stop.
|
void |
setChannel(String channel)
Sets the name of the Asterisk channel to the given value.
|
void |
setMixMonitorId(String mixMonitorId)
Sets the ID of the MixMonitor so stop.
|
getActionId, setActionId, toString
public StopMixMonitorAction()
public StopMixMonitorAction(String channel)
channel
- the name of the channelpublic String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getChannel()
public void setChannel(String channel)
channel
- the Asterisk channel namepublic String getMixMonitorId()
public void setMixMonitorId(String mixMonitorId)
mixMonitorId
- the MixMonitor IDCopyright © 2004–2020. All rights reserved.