public class SkypeLicenseEvent extends ResponseEvent
It is implemented in chan_skype.c
.
Available with Skype for Asterisk.
SkypeLicenseListAction
,
Serialized FormactionId
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
SkypeLicenseEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Integer |
getChannels()
Returns the number of licensed channels.
|
String |
getExpires()
Returns the date the license expires in the format "YYYY-MM-DD".
|
String |
getHostId() |
String |
getKey()
Returns the license key.
|
String |
getStatus() |
void |
setChannels(Integer channels)
Sets the number of licensed channels.
|
void |
setExpires(String expires)
Sets the date the license expires in the format "YYYY-MM-DD".
|
void |
setHostId(String hostId) |
void |
setKey(String key)
Sets the license key.
|
void |
setStatus(String status) |
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 SkypeLicenseEvent(Object source)
public String getKey()
public void setKey(String key)
key
- the license key.public String getExpires()
public void setExpires(String expires)
expires
- the date the license expires in the format "YYYY-MM-DD".public String getHostId()
public void setHostId(String hostId)
public Integer getChannels()
public void setChannels(Integer channels)
channels
- the number of licensed channels.public String getStatus()
public void setStatus(String status)
Copyright © 2004–2020. All rights reserved.