NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam类 参考

"批量查询黑白名单身份组"接口入参 更多...

Public 成员函数

 QChatGetExistingChannelBlackWhiteRolesParam (@NonNull Long serverId, @NonNull Long channelId, @NonNull QChatChannelBlackWhiteType type, @NonNull List< Long > roleIds)
 
Long getServerId ()
 获取服务器id 更多...
 
Long getChannelId ()
 获取频道id 更多...
 
QChatChannelBlackWhiteType getType ()
 获取黑白名单类型 更多...
 
List< Long > getRoleIds ()
 获取身份组Id列表 更多...
 

详细描述

"批量查询黑白名单身份组"接口入参

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java12 行定义.

构造及析构函数说明

◆ QChatGetExistingChannelBlackWhiteRolesParam()

com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam.QChatGetExistingChannelBlackWhiteRolesParam ( @NonNull Long  serverId,
@NonNull Long  channelId,
@NonNull QChatChannelBlackWhiteType  type,
@NonNull List< Long >  roleIds 
)
参数
serverId服务器id
channelId频道id
type黑白名单类型
roleIds身份组Id列表,一次最多100个

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java41 行定义.

成员函数说明

◆ getChannelId()

Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam.getChannelId ( )

获取频道id

返回

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java62 行定义.

◆ getRoleIds()

List<Long> com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam.getRoleIds ( )

获取身份组Id列表

返回

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java80 行定义.

◆ getServerId()

Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam.getServerId ( )

获取服务器id

返回

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java53 行定义.

◆ getType()

QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam.getType ( )

获取黑白名单类型

返回

在文件 QChatGetExistingChannelBlackWhiteRolesParam.java71 行定义.


该类的文档由以下文件生成: