public class SkypeLicenseEvent extends ResponseEvent
It is implemented in chan_skype.c
.
Available with Skype for Asterisk.
SkypeLicenseListAction
,
Serialized Formsource
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 |
getFile()
Returns the name of the file this license is stored in.
|
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 |
setFile(String file)
Sets the name of the file this license is stored in.
|
void |
setHostId(String hostId) |
void |
setKey(String key)
Sets the license key.
|
void |
setStatus(String status) |
getActionId, getInternalActionId, setActionId, setInternalActionId
appendPropertyIfNotNull, getDateReceived, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public SkypeLicenseEvent(Object source)
public String getFile()
getFile
in class ManagerEvent
ManagerEvent.getFunc()
,
ManagerEvent.getLine()
public void setFile(String file)
setFile
in class ManagerEvent
file
- the name of the file this license is stored in.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–2016. All rights reserved.