public class DbPutAction extends AbstractManagerAction
Available since Asterisk 1.2
Constructor and Description |
---|
DbPutAction()
Creates a new empty DbPutAction.
|
DbPutAction(String family,
String key,
String val)
Creates a new DbPutAction that sets the value of the database entry with
the given key in the given family.
|
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 set.
|
String |
getKey()
Returns the the key to set.
|
String |
getVal()
Returns the value to set.
|
String |
getValue()
Returns the value to set for BRIstuffed versions.
|
void |
setFamily(String family)
Sets the family of the key to set.
|
void |
setKey(String key)
Sets the key to set.
|
void |
setVal(String val)
Sets the value to set.
|
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 set.public String getKey()
public void setKey(String key)
key
- the key to set.public String getVal()
public void setVal(String val)
val
- the value to set.public String getValue()
Copyright © 2004–2016. All rights reserved.