public class NewAccountCodeEvent extends ManagerEvent
Available since Asterisk 1.6.
It is implemented in main/cdr.c
source
Constructor and Description |
---|
NewAccountCodeEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountCode()
Returns the new account code.
|
String |
getChannel()
Returns the name of the channel.
|
String |
getOldAccountCode()
Returns the old account code.
|
String |
getUniqueId()
Returns the unique id of the channel.
|
void |
setAccountCode(String accountCode) |
void |
setChannel(String channel) |
void |
setOldAccountCode(String oldAccountCode) |
void |
setUniqueId(String uniqueId) |
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public NewAccountCodeEvent(Object source)
source
- public String getChannel()
public void setChannel(String channel)
public String getUniqueId()
public void setUniqueId(String uniqueId)
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getOldAccountCode()
public void setOldAccountCode(String oldAccountCode)
Copyright © 2004–2016. All rights reserved.