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

"查询一批accids在某个服务器身份组下存在的列表"接口入参 更多...

Public 成员函数

 QChatGetExistingAccidsInServerRoleParam (@NonNull Long serverId, @NonNull Long roleId, @NonNull List< String > accids)
 
Long getServerId ()
 获取服务器Id 更多...
 
Long getRoleId ()
 获取服务器身份组id 更多...
 
List< String > getAccids ()
 获取accid列表 更多...
 

详细描述

"查询一批accids在某个服务器身份组下存在的列表"接口入参

在文件 QChatGetExistingAccidsInServerRoleParam.java10 行定义.

构造及析构函数说明

◆ QChatGetExistingAccidsInServerRoleParam()

com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.QChatGetExistingAccidsInServerRoleParam ( @NonNull Long  serverId,
@NonNull Long  roleId,
@NonNull List< String >  accids 
)
参数
serverId服务器id
roleId服务器身份组id
accidsaccid列表

在文件 QChatGetExistingAccidsInServerRoleParam.java34 行定义.

成员函数说明

◆ getAccids()

List<String> com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.getAccids ( )

获取accid列表

在文件 QChatGetExistingAccidsInServerRoleParam.java60 行定义.

◆ getRoleId()

Long com.netease.nimlib.sdk.qchat.param.QChatGetExistingAccidsInServerRoleParam.getRoleId ( )

获取服务器身份组id

在文件 QChatGetExistingAccidsInServerRoleParam.java52 行定义.

◆ getServerId()

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

获取服务器Id

在文件 QChatGetExistingAccidsInServerRoleParam.java44 行定义.


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