public class SetCallerIdCommand extends AbstractAgiCommand
| Constructor and Description |
|---|
SetCallerIdCommand(String callerId)
Creates a new SetCallerIdCommand.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildCommand()
Returns a string suitable to be sent to asterisk.
|
String |
getCallerId()
Returns the new callerId.
|
void |
setCallerId(String callerId)
Sets the new callerId.
|
escapeAndQuote, escapeAndQuote, setAsteriskVersion, toStringpublic SetCallerIdCommand(String callerId)
callerId - the new callerId.public String getCallerId()
public void setCallerId(String callerId)
callerId - the new callerId.public String buildCommand()
AgiCommandbuildCommand in interface AgiCommandbuildCommand in class AbstractAgiCommandCopyright © 2004–2022. All rights reserved.