public class DbGetResponseEvent extends ResponseEvent
Available since Asterisk 1.2
DbGetAction
,
Serialized FormcallerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
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, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, 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–2020. All rights reserved.