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

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

Public 成员函数

 QChatGetServerRolesByAccidParam (long serverId, @NonNull String accid, long timeTag, int limit)
 
Long getServerId ()
 获取服务器id 更多...
 
String getAccid ()
 获取用户accid 更多...
 
Long getTimeTag ()
 获取查询时间戳 更多...
 
Integer getLimit ()
 获取查询数量限制 更多...
 

详细描述

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

在文件 QChatGetServerRolesByAccidParam.java8 行定义.

构造及析构函数说明

◆ QChatGetServerRolesByAccidParam()

com.netease.nimlib.sdk.qchat.param.QChatGetServerRolesByAccidParam.QChatGetServerRolesByAccidParam ( long  serverId,
@NonNull String  accid,
long  timeTag,
int  limit 
)
参数
serverId服务器Id
accid用户账号
timeTag查询锚点时间戳
limit查询数量限制

在文件 QChatGetServerRolesByAccidParam.java38 行定义.

成员函数说明

◆ getAccid()

String com.netease.nimlib.sdk.qchat.param.QChatGetServerRolesByAccidParam.getAccid ( )

获取用户accid

返回

在文件 QChatGetServerRolesByAccidParam.java59 行定义.

◆ getLimit()

Integer com.netease.nimlib.sdk.qchat.param.QChatGetServerRolesByAccidParam.getLimit ( )

获取查询数量限制

返回

在文件 QChatGetServerRolesByAccidParam.java77 行定义.

◆ getServerId()

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

获取服务器id

返回

在文件 QChatGetServerRolesByAccidParam.java50 行定义.

◆ getTimeTag()

Long com.netease.nimlib.sdk.qchat.param.QChatGetServerRolesByAccidParam.getTimeTag ( )

获取查询时间戳

返回

在文件 QChatGetServerRolesByAccidParam.java68 行定义.


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