1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
15 private final Long serverId;
21 private final Long channelId;
39 private final Long roleId;
50 this.serverId = serverId;
51 this.channelId = channelId;
53 this.operateType = operateType;
Long getChannelId()
获取频道Id
QChatChannelBlackWhiteOperateType getOperateType()
获取黑白名单操作类型
Long getServerId()
获取服务器Id
Long getRoleId()
获取身份组Id:添加或者移除到黑白名单的身份组Id
QChatChannelBlackWhiteType getType()
获取黑白名单类型
QChatUpdateChannelBlackWhiteRolesParam(@NonNull Long serverId,@NonNull Long channelId,@NonNull QChatChannelBlackWhiteType type,@NonNull QChatChannelBlackWhiteOperateType operateType,@NonNull Long roleId)