Package io.rong.imlib.chatroom.message
Class ChatRoomMemberBlockMessage
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ChatRoomMemberBlockMessage extends MessageContent聊天室封禁事件消息 SDK 内部消息:SDK只能收到该消息,不会发送该消息
会被映射成 ChatRoomMemberBlockEvent
- Since:
5.4.5
-
-
Field Summary
Fields Modifier and Type Field Description public StringchatroomIdpublic intoperateTypepublic longoperateTimepublic longdurationTimepublic final static Parcelable.Creator<ChatRoomMemberBlockMessage>CREATORpublic UserInfouserInfopublic MentionedInfomentionedInfopublic booleanisDestructpublic longdestructTimeprotected final static List<String>BASE_KEYSpublic MessageAuditInfoauditInfopublic Array<byte>rawJsonDatapublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description ChatRoomMemberBlockMessage(Array<byte> data)ChatRoomMemberBlockMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetChatroomId()voidsetChatroomId(String chatroomId)intgetOperateType()voidsetOperateType(int operateType)longgetOperateTime()voidsetOperateTime(long operateTime)longgetDurationTime()voidsetDurationTime(long durationTime)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()List<String>getSearchableWord()ListgetUserIdList()voidsetUserIdList(List userIdList)-
Methods inherited from class io.rong.imlib.model.MessageContent
getAuditInfo, getBaseJsonObject, getDestructTime, getExtra, getJSONDestructInfo, getJSONUserInfo, getJsonMentionInfo, getMentionedInfo, getRawJsonData, getUserInfo, isDestruct, parseBaseJsonObject, parseJsonToDestructInfo, parseJsonToMentionInfo, parseJsonToUserInfo, readFromBaseInfoParcel, setAuditInfo, setDestruct, setDestructTime, setExtra, setMentionedInfo, setRawJsonData, setUserInfo, writeToBaseInfoParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ChatRoomMemberBlockMessage
ChatRoomMemberBlockMessage(Array<byte> data)
-
ChatRoomMemberBlockMessage
ChatRoomMemberBlockMessage(Parcel in)
-
-
Method Detail
-
getChatroomId
String getChatroomId()
-
setChatroomId
void setChatroomId(String chatroomId)
-
getOperateType
int getOperateType()
-
setOperateType
void setOperateType(int operateType)
-
getOperateTime
long getOperateTime()
-
setOperateTime
void setOperateTime(long operateTime)
-
getDurationTime
long getDurationTime()
-
setDurationTime
void setDurationTime(long durationTime)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
getSearchableWord
List<String> getSearchableWord()
-
getUserIdList
List getUserIdList()
-
setUserIdList
void setUserIdList(List userIdList)
-
-
-
-