public class DbGetResponseEvent extends ResponseEvent
Available since Asterisk 1.2
DbGetAction
,
Serialized Formsource
Constructor and Description |
---|
DbGetResponseEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getFamily()
Returns the family of the database entry that was queried.
|
String |
getKey()
Returns the key of the database entry that was queried.
|
String |
getVal()
Returns the value of the database entry that was queried.
|
void |
setFamily(String family)
Sets the family of the database entry that was queried.
|
void |
setKey(String key)
Sets the key of the database entry that was queried.
|
void |
setVal(String val)
Sets the value of the database entry that was queried.
|
void |
setValue(String val)
Sets the value of the database entry that was queried.
|
getActionId, getInternalActionId, setActionId, setInternalActionId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public DbGetResponseEvent(Object source)
source
- public String getFamily()
public void setFamily(String family)
family
- the family of the database entry that was queried.public String getKey()
public void setKey(String key)
key
- the key of the database entry that was queried.public String getVal()
public void setVal(String val)
val
- the value of the database entry that was queried.public void setValue(String val)
val
- the value of the database entry that was queried.Copyright © 2004–2016. All rights reserved.