public class DbDelTreeAction extends AbstractManagerAction
Available since Asterisk 1.6
Constructor and Description |
---|
DbDelTreeAction()
Creates a new empty DbDelTreeAction.
|
DbDelTreeAction(String family,
String key)
Creates a new DbDelTreeAction.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the name of the action for example "Hangup".
|
String |
getFamily()
Returns the family of the key to delete.
|
String |
getKey()
Returns the the key to delete.
|
void |
setFamily(String family)
Sets the family of the key to delete.
|
void |
setKey(String key)
Sets the key to delete.
|
getActionId, setActionId, toString
public String getAction()
ManagerAction
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public String getFamily()
public void setFamily(String family)
family
- the family of the key to deletepublic String getKey()
public void setKey(String key)
key
- the key to deleteCopyright © 2004–2017. All rights reserved.