public class ConfbridgeKickAction extends AbstractManagerAction
Constructor and Description |
---|
ConfbridgeKickAction()
Creates a new empty ConfbridgeKickAction.
|
ConfbridgeKickAction(String conference,
String channel)
Creates a new ConfbridgeKickAction.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getChannel()
Returns the number of the channel to kick.
|
String |
getConference()
Returns the id of the conference to kick a channel from.
|
void |
setChannel(String channel)
Sets the number of the channel to kick.
|
void |
setConference(String conference)
Sets the id of the conference to kick a channel from.
|
getActionId, setActionId, toString
public ConfbridgeKickAction()
public String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public void setConference(String conference)
public String getConference()
public void setChannel(String channel)
public String getChannel()
Copyright © 2004–2016. All rights reserved.