public class SkypeBuddyEntryEvent extends ResponseEvent
It is implemented in chan_skype.c
.
Available with Skype for Asterisk.
SkypeBuddiesAction
,
Serialized Formsource
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, setInternalActionId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public 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–2016. All rights reserved.