im::floo::floolib::BMXGroupService::CreateGroupOptions
创建群组选项
Public Functions
Name | |
---|---|
synchronized void | delete() |
CreateGroupOptions() | |
CreateGroupOptions(String name, String description, boolean isPublic, boolean isChatroom) | |
CreateGroupOptions(String name, String description, boolean isPublic) | |
CreateGroupOptions(String name, String description) | |
void | setMName(String value) |
String | getMName() |
void | setMDescription(String value) |
String | getMDescription() |
void | setMIsPublic(boolean value) |
boolean | getMIsPublic() |
void | setMIsChatroom(boolean value) |
boolean | getMIsChatroom() |
void | setMMessage(String value) |
String | getMMessage() |
void | setMMembers(ListOfLongLong value) |
ListOfLongLong | getMMembers() |
Protected Functions
Name | |
---|---|
CreateGroupOptions(long cPtr, boolean cMemoryOwn) | |
void | finalize() |
long | getCPtr(CreateGroupOptions obj) |
Protected Attributes
Name | |
---|---|
transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function CreateGroupOptions
inline CreateGroupOptions()
Example:
function CreateGroupOptions
inline CreateGroupOptions(
String name,
String description,
boolean isPublic,
boolean isChatroom
)
Example:
function CreateGroupOptions
inline CreateGroupOptions(
String name,
String description,
boolean isPublic
)
Example:
function CreateGroupOptions
inline CreateGroupOptions(
String name,
String description
)
Example:
function setMName
inline void setMName(
String value
)
Example:
function getMName
inline String getMName()
Example:
function setMDescription
inline void setMDescription(
String value
)
Example:
function getMDescription
inline String getMDescription()
Example:
function setMIsPublic
inline void setMIsPublic(
boolean value
)
Example:
function getMIsPublic
inline boolean getMIsPublic()
Example:
function setMIsChatroom
inline void setMIsChatroom(
boolean value
)
Example:
function getMIsChatroom
inline boolean getMIsChatroom()
Example:
function setMMessage
inline void setMMessage(
String value
)
Example:
function getMMessage
inline String getMMessage()
Example:
function setMMembers
inline void setMMembers(
ListOfLongLong value
)
Example:
function getMMembers
inline ListOfLongLong getMMembers()
Protected Functions Documentation
Example:
function CreateGroupOptions
inline CreateGroupOptions(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
CreateGroupOptions obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800