Package io.rong.imlib.model
Class ChatRoomMemberActionModel
-
- All Implemented Interfaces:
public class ChatRoomMemberActionModel- Since:
5.6.7
rongcloud
-
-
Field Summary
Fields Modifier and Type Field Description public StringroomIdpublic List<ChatRoomMemberAction>chatRoomMemberActionspublic intmemberCount
-
Constructor Summary
Constructors Constructor Description ChatRoomMemberActionModel(String roomId, List<ChatRoomMemberAction> chatRoomMemberActions, int memberCount)
-
Method Summary
Modifier and Type Method Description StringgetRoomId()voidsetRoomId(String roomId)List<ChatRoomMemberAction>getChatRoomMemberActions()voidsetChatRoomMemberActions(List<ChatRoomMemberAction> chatRoomMemberActions)intgetMemberCount()voidsetMemberCount(int memberCount)-
-
Constructor Detail
-
ChatRoomMemberActionModel
ChatRoomMemberActionModel(String roomId, List<ChatRoomMemberAction> chatRoomMemberActions, int memberCount)
-
-
Method Detail
-
getChatRoomMemberActions
List<ChatRoomMemberAction> getChatRoomMemberActions()
-
setChatRoomMemberActions
void setChatRoomMemberActions(List<ChatRoomMemberAction> chatRoomMemberActions)
-
getMemberCount
int getMemberCount()
-
setMemberCount
void setMemberCount(int memberCount)
-
-
-
-