public class CallParameters
extends java.lang.Object
| Constructor and Description |
|---|
CallParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getCalledId()
Retrieves the called id.
|
java.net.URI |
getCallerId()
Retrieves the id of the caller.
|
Terminal |
getTerminal()
Retrieves the terminal.
|
void |
setCalledId(java.net.URI id)
Sets the called id.
|
void |
setCallerId(java.net.URI id)
Sets the caller id.
|
void |
setTerminal(Terminal term)
Sets the terminal.
|
public final Terminal getTerminal()
public final void setTerminal(Terminal term)
term - the terminal to setpublic final java.net.URI getCalledId()
public final void setCalledId(java.net.URI id)
id - the called id to setpublic final java.net.URI getCallerId()
public final void setCallerId(java.net.URI id)
id - the caller id to set