hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.chat.EMGroupInfo Class Reference

Inherits Serializable.

Public Member Functions

 EMGroupInfo (String groupId, String groupName)
 
String getGroupId ()
 
void setGroupId (String groupId)
 
String getGroupName ()
 
void setGroupName (String groupName)
 

Detailed Description

The basic group information, which is used when getting the public group list.

See also
EMGroupManager::getPublicGroupsFromServer(int, String)

Constructor & Destructor Documentation

◆ EMGroupInfo()

com.hyphenate.chat.EMGroupInfo.EMGroupInfo ( String  groupId,
String  groupName 
)

The constructor of EMGroupInfo.

Parameters
groupIdThe group ID.
groupNameThe group name.

Member Function Documentation

◆ getGroupId()

String com.hyphenate.chat.EMGroupInfo.getGroupId ( )

Gets the group ID.

Returns
The group ID.

◆ getGroupName()

String com.hyphenate.chat.EMGroupInfo.getGroupName ( )

Gets the group name.

Returns
The group name.

◆ setGroupId()

void com.hyphenate.chat.EMGroupInfo.setGroupId ( String  groupId)

Sets the group ID.

Parameters
groupIdThe group ID.

◆ setGroupName()

void com.hyphenate.chat.EMGroupInfo.setGroupName ( String  groupName)

Sets the group name.

Parameters
groupNameThe group name.

The documentation for this class was generated from the following file: