public interface PresenceNote
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getContent() |
Gets the content of a presence note.
|
java.lang.String |
getLang() |
Gets the language of a presence note.
|
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
int |
setContent(java.lang.String content) |
Sets the content of a presence note.
|
int |
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 |
toString() |
@NonNull java.lang.String getContent()
int setContent(@NonNull java.lang.String content)
content
- The content of the note. @Nullable java.lang.String getLang()
int setLang(@Nullable java.lang.String lang)
lang
- The language of the note. void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object