im::floo::floolib::BMXGroup::Announcement
群公告
Public Functions
Name | |
---|---|
synchronized void | delete() |
Announcement() | |
void | setMTitle(String value) |
String | getMTitle() |
void | setMContent(String value) |
String | getMContent() |
void | setMAuthor(long value) |
long | getMAuthor() |
void | setMCreateTime(long value) |
long | getMCreateTime() |
void | setMId(long value) |
long | getMId() |
Protected Functions
Name | |
---|---|
Announcement(long cPtr, boolean cMemoryOwn) | |
void | finalize() |
long | getCPtr(Announcement obj) |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function Announcement
inline Announcement()
Example:
function setMTitle
inline void setMTitle(
String value
)
Example:
function getMTitle
inline String getMTitle()
Example:
function setMContent
inline void setMContent(
String value
)
Example:
function getMContent
inline String getMContent()
Example:
function setMAuthor
inline void setMAuthor(
long value
)
Example:
function getMAuthor
inline long getMAuthor()
Example:
function setMCreateTime
inline void setMCreateTime(
long value
)
Example:
function getMCreateTime
inline long getMCreateTime()
Example:
function setMId
inline void setMId(
long value
)
Example:
function getMId
inline long getMId()
Protected Functions Documentation
Example:
function Announcement
inline Announcement(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
Announcement obj
)
Example:
Updated on 2022-01-26 at 17:18:31 +0800