1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
17 private final Long serverId;
22 private final Long channelId;
32 private final List<Long> roleIds;
42 this.serverId = serverId;
43 this.channelId = channelId;
45 this.roleIds = roleIds;
Long getChannelId()
获取频道id
Long getServerId()
获取服务器id
List< Long > getRoleIds()
获取身份组Id列表
QChatChannelBlackWhiteType getType()
获取黑白名单类型
QChatGetExistingChannelBlackWhiteRolesParam(@NonNull Long serverId, @NonNull Long channelId, @NonNull QChatChannelBlackWhiteType type, @NonNull List< Long > roleIds)