Package io.rong.imkit.userinfo.model
Class GroupUserInfo
-
- All Implemented Interfaces:
public class GroupUserInfo
群成员信息实体类,用来存储群成员信息。
-
-
Field Summary
Fields Modifier and Type Field Description public String
extra
-
Constructor Summary
Constructors Constructor Description GroupUserInfo(String groupId, String userId, String nickname)
群成员对象 GroupUserInfo(String groupId, String userId, String nickname, String extra)
-
Method Summary
Modifier and Type Method Description String
getExtra()
void
setExtra(String extra)
String
getGroupId()
void
setGroupId(String mGroupId)
String
getNickname()
String
getUserId()
-
-
Method Detail
-
getExtra
String getExtra()
-
setExtra
void setExtra(String extra)
-
getGroupId
String getGroupId()
-
setGroupId
void setGroupId(String mGroupId)
-
getNickname
String getNickname()
-
getUserId
String getUserId()
-
-
-
-