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

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

Public 成员函数

 QChatGetExistingServerRolesByAccidsParam (@NonNull Long serverId, @NonNull List< String > accids)
 
Long getServerId ()
 获取服务器id 更多...
 
List< String > getAccids ()
 获取accid列表 更多...
 
QChatRoleSortEnum getSort ()
 获取排序规则,默认CreateTime 更多...
 
void setSort (QChatRoleSortEnum sort)
 设置排序规则 更多...
 
boolean getOrder ()
 获取排序规则,true:正序;false:倒序(默认) 更多...
 
void setOrder (Boolean order)
 设置排序规则 更多...
 
String toString ()
 

详细描述

"查询一批accids的服务器身份组列表"接口入参

在文件 QChatGetExistingServerRolesByAccidsParam.java10 行定义.

构造及析构函数说明

◆ QChatGetExistingServerRolesByAccidsParam()

com.netease.nimlib.sdk.qchat.param.QChatGetExistingServerRolesByAccidsParam.QChatGetExistingServerRolesByAccidsParam ( @NonNull Long  serverId,
@NonNull List< String >  accids 
)
参数
serverId服务器Id
accidsaccid列表

在文件 QChatGetExistingServerRolesByAccidsParam.java43 行定义.

成员函数说明

◆ getAccids()

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

获取accid列表

返回

在文件 QChatGetExistingServerRolesByAccidsParam.java62 行定义.

◆ getOrder()

boolean com.netease.nimlib.sdk.qchat.param.QChatGetExistingServerRolesByAccidsParam.getOrder ( )

获取排序规则,true:正序;false:倒序(默认)

返回

在文件 QChatGetExistingServerRolesByAccidsParam.java89 行定义.

◆ getServerId()

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

获取服务器id

返回

在文件 QChatGetExistingServerRolesByAccidsParam.java53 行定义.

◆ getSort()

QChatRoleSortEnum com.netease.nimlib.sdk.qchat.param.QChatGetExistingServerRolesByAccidsParam.getSort ( )

获取排序规则,默认CreateTime

返回

在文件 QChatGetExistingServerRolesByAccidsParam.java70 行定义.

◆ setOrder()

void com.netease.nimlib.sdk.qchat.param.QChatGetExistingServerRolesByAccidsParam.setOrder ( Boolean  order)

设置排序规则

参数
order

在文件 QChatGetExistingServerRolesByAccidsParam.java100 行定义.

◆ setSort()

void com.netease.nimlib.sdk.qchat.param.QChatGetExistingServerRolesByAccidsParam.setSort ( QChatRoleSortEnum  sort)

设置排序规则

参数
sort

在文件 QChatGetExistingServerRolesByAccidsParam.java81 行定义.

◆ toString()

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

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