public class BaseMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
callid
The callid.
|
| Constructor and Description |
|---|
BaseMessage()
Create a new message.
|
BaseMessage(java.lang.String callid)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCallid()
Get the callid.
|
void |
setCallid(java.lang.String callid)
Set the callid.
|