Package ai.nexconn.chatui.userinfo.model
Class GroupUserInfo
-
- All Implemented Interfaces:
public class GroupUserInfoEntity class for group member information.
- Since:
5.10.5
-
-
Constructor Summary
Constructors Constructor Description GroupUserInfo(String groupId, String userId, String nickname)Constructs a group member object. GroupUserInfo(String groupId, String userId, String nickname, String extra)
-
Method Summary
Modifier and Type Method Description StringgetExtra()voidsetExtra(String extra)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()StringgetGroupId()voidsetGroupId(String mGroupId)StringgetNickname()StringgetUserId()-
-
Constructor Detail
-
GroupUserInfo
GroupUserInfo(String groupId, String userId, String nickname)
Constructs a group member object.- Parameters:
groupId- the group IDuserId- the user IDnickname- the user's nickname within the group
-
GroupUserInfo
GroupUserInfo(String groupId, String userId, String nickname, String extra)
-
-
Method Detail
-
getExtra
String getExtra()
-
setExtra
void setExtra(String extra)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
getGroupId
String getGroupId()
-
setGroupId
void setGroupId(String mGroupId)
-
getNickname
String getNickname()
-
getUserId
String getUserId()
-
-
-
-