Package io.rong.imlib.model
Class ChatRoomMemberBanEvent
-
- All Implemented Interfaces:
public class ChatRoomMemberBanEvent聊天室禁言事件 本事件只能通过 ServerApi 触发,端上只能被动接收到该事件
事件发生时,当前用户在线时能收到该事件 事件发生时,当前用户不在线,那么用户上线后,不会收到该事件。\
- Since:
5.4.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumChatRoomMemberBanEvent.ChatRoomMemberBanType聊天室禁言/解除禁言操作类型枚举
-
Field Summary
Fields Modifier and Type Field Description public StringchatroomIdpublic ChatRoomMemberBanEvent.ChatRoomMemberBanTypebanTypepublic longdurationTimepublic longoperateTimepublic List<String>userIdListpublic Stringextra
-
Constructor Summary
Constructors Constructor Description ChatRoomMemberBanEvent()
-
Method Summary
Modifier and Type Method Description StringgetChatroomId()voidsetChatroomId(String chatroomId)ChatRoomMemberBanEvent.ChatRoomMemberBanTypegetBanType()voidsetBanType(ChatRoomMemberBanEvent.ChatRoomMemberBanType banType)longgetDurationTime()voidsetDurationTime(long durationTime)longgetOperateTime()voidsetOperateTime(long operateTime)List<String>getUserIdList()voidsetUserIdList(List<String> userIdList)StringgetExtra()voidsetExtra(String extra)-
-
Method Detail
-
getChatroomId
String getChatroomId()
-
setChatroomId
void setChatroomId(String chatroomId)
-
getBanType
ChatRoomMemberBanEvent.ChatRoomMemberBanType getBanType()
-
setBanType
void setBanType(ChatRoomMemberBanEvent.ChatRoomMemberBanType banType)
-
getDurationTime
long getDurationTime()
-
setDurationTime
void setDurationTime(long durationTime)
-
getOperateTime
long getOperateTime()
-
setOperateTime
void setOperateTime(long operateTime)
-
getUserIdList
List<String> getUserIdList()
-
setUserIdList
void setUserIdList(List<String> userIdList)
-
-
-
-