public class DbDelAction extends AbstractManagerAction
Available since Asterisk 1.2 with BRIStuff patches and since Asterisk 1.6
Constructor and Description |
---|
DbDelAction()
Creates a new empty DbDelAction.
|
DbDelAction(String family,
String key)
Creates a new DbDelAction that deletes the value of the database
|
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–2022. All rights reserved.