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

"通过服务器身份组Id列表查询频道身份组列表"接口入参 更多...

Public 成员函数

 QChatGetExistingChannelRolesByServerRoleIdsParam (@NonNull Long serverId, @NonNull Long channelId, @NonNull List< Long > roleIds)
 
Long getServerId ()
 获取服务器Id 更多...
 
Long getChannelId ()
 获取频道Id 更多...
 
List< Long > getRoleIds ()
 获取身份组Id列表 更多...
 
String toString ()
 

详细描述

"通过服务器身份组Id列表查询频道身份组列表"接口入参

在文件 QChatGetExistingChannelRolesByServerRoleIdsParam.java10 行定义.

构造及析构函数说明

◆ QChatGetExistingChannelRolesByServerRoleIdsParam()

com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelRolesByServerRoleIdsParam.QChatGetExistingChannelRolesByServerRoleIdsParam ( @NonNull Long  serverId,
@NonNull Long  channelId,
@NonNull List< Long >  roleIds 
)
参数
serverId服务器id
channelId频道id
roleIds身份组Id列表

在文件 QChatGetExistingChannelRolesByServerRoleIdsParam.java35 行定义.

成员函数说明

◆ getChannelId()

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

获取频道Id

在文件 QChatGetExistingChannelRolesByServerRoleIdsParam.java53 行定义.

◆ getRoleIds()

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

获取身份组Id列表

在文件 QChatGetExistingChannelRolesByServerRoleIdsParam.java61 行定义.

◆ getServerId()

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

获取服务器Id

在文件 QChatGetExistingChannelRolesByServerRoleIdsParam.java45 行定义.

◆ toString()

String com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelRolesByServerRoleIdsParam.toString ( )

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