public interface PresenceActivity
Modifier and Type | Interface and Description |
---|---|
static class |
PresenceActivity.Type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description of a presence activity.
|
PresenceActivity.Type |
getType()
Gets the activity type of a presence activity.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setDescription(java.lang.String description)
Sets the description of a presence activity.
|
void |
setType(PresenceActivity.Type acttype)
Sets the type of activity of a presence activity.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String |
toString()
Gets the string representation of a presence activity.
|
java.lang.String getDescription()
void setDescription(java.lang.String description)
PresenceActivity.Type getType()
void setType(PresenceActivity.Type acttype)
java.lang.String toString()
toString
in class java.lang.Object
void setUserData(java.lang.Object data)
java.lang.Object getUserData()