public interface PresenceNote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the content of a presence note.
|
java.lang.String |
getLang()
Gets the language of a presence note.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setContent(java.lang.String content)
Sets the content of a presence note.
|
void |
setLang(java.lang.String lang)
Sets the language of a presence note.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String getContent()
void setContent(java.lang.String content)
java.lang.String getLang()
void setLang(java.lang.String lang)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()