im::floo::floolib::BMXGroup::BannedMember
群禁言成员
Public Functions
Name | |
---|---|
synchronized void | delete() |
BannedMember() | |
void | setMUid(long value) |
long | getMUid() |
void | setMGroupNickname(String value) |
String | getMGroupNickname() |
void | setMCreateTime(long value) |
long | getMCreateTime() |
void | setMExpired(long value) |
long | getMExpired() |
Protected Functions
Name | |
---|---|
BannedMember(long cPtr, boolean cMemoryOwn) | |
void | finalize() |
long | getCPtr(BannedMember obj) |
Protected Attributes
Name | |
---|---|
transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function BannedMember
inline BannedMember()
Example:
function setMUid
inline void setMUid(
long value
)
Example:
function getMUid
inline long getMUid()
Example:
function setMGroupNickname
inline void setMGroupNickname(
String value
)
Example:
function getMGroupNickname
inline String getMGroupNickname()
Example:
function setMCreateTime
inline void setMCreateTime(
long value
)
Example:
function getMCreateTime
inline long getMCreateTime()
Example:
function setMExpired
inline void setMExpired(
long value
)
Example:
function getMExpired
inline long getMExpired()
Protected Functions Documentation
Example:
function BannedMember
inline BannedMember(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
BannedMember obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800