public class SkypeBuddyEntryEvent extends ResponseEvent
It is implemented in chan_skype.c.
Available with Skype for Asterisk.
SkypeBuddiesAction,
Serialized FormactionIdcallerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, prioritysource| Constructor and Description |
|---|
SkypeBuddyEntryEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuddy()
Returns the Skype username of the buddy.
|
String |
getFullname()
Returns the full name of the buddy.
|
String |
getStatus()
Returns the status of the buddy.
|
void |
setBuddy(String buddy)
Sets the Skype username of the buddy.
|
void |
setFullname(String fullname)
Sets the full name of the buddy.
|
void |
setStatus(String status)
Sets the status of the buddy.
|
getActionId, getInternalActionId, setActionId, setInternalActionIdappendPropertyIfNotNull, 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, toStringgetSourcepublic SkypeBuddyEntryEvent(Object source)
public String getBuddy()
public void setBuddy(String buddy)
buddy - the Skype username of the buddy.public String getStatus()
public void setStatus(String status)
status - the status of the buddy.public String getFullname()
public void setFullname(String fullname)
fullname - the full name of the buddy.Copyright © 2004–2022. All rights reserved.