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

"分页查询服务器下频道类别列表"接口入参 更多...

class  Builder
 QChatGetChannelCategoriesByPageParam 构造器
 

Public 成员函数

 QChatGetChannelCategoriesByPageParam (long serverId, long timeTag)
 
 QChatGetChannelCategoriesByPageParam (long serverId, long timeTag, Integer limit, QChatChannelCategorySearchSortEnum sortType, String cursor)
 
Long getServerId ()
 获取服务器id 更多...
 
Long getTimeTag ()
 获取查询时间戳 更多...
 
Integer getLimit ()
 获取查询数量限制 更多...
 
void setLimit (Integer limit)
 设置查询数量限制,默认100 更多...
 
QChatChannelCategorySearchSortEnum getSortType ()
 获取排序类型 更多...
 
void setSortType (QChatChannelCategorySearchSortEnum sortType)
 设置排序类型 更多...
 
String getCursor ()
 获取分页标记 更多...
 
void setCursor (String cursor)
 设置分页标记 更多...
 

详细描述

"分页查询服务器下频道类别列表"接口入参

在文件 QChatGetChannelCategoriesByPageParam.java9 行定义.

构造及析构函数说明

◆ QChatGetChannelCategoriesByPageParam() [1/2]

com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.QChatGetChannelCategoriesByPageParam ( long  serverId,
long  timeTag 
)
参数
serverId服务器Id
timeTag查询锚点时间戳,传0取当前时间戳

在文件 QChatGetChannelCategoriesByPageParam.java45 行定义.

◆ QChatGetChannelCategoriesByPageParam() [2/2]

com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.QChatGetChannelCategoriesByPageParam ( long  serverId,
long  timeTag,
Integer  limit,
QChatChannelCategorySearchSortEnum  sortType,
String  cursor 
)
参数
serverId服务器Id
timeTag查询锚点时间戳,传0取当前时间戳
limit查询数量限制,默认100
sortType查询排序类型,默认CreateTime
cursor分页标记,第一页不传,翻下一页传接口返回的cursor

在文件 QChatGetChannelCategoriesByPageParam.java58 行定义.

成员函数说明

◆ getCursor()

String com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getCursor ( )

获取分页标记

返回
分页标记

在文件 QChatGetChannelCategoriesByPageParam.java122 行定义.

◆ getLimit()

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

获取查询数量限制

返回

在文件 QChatGetChannelCategoriesByPageParam.java90 行定义.

◆ getServerId()

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

获取服务器id

返回

在文件 QChatGetChannelCategoriesByPageParam.java73 行定义.

◆ getSortType()

QChatChannelCategorySearchSortEnum com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.getSortType ( )

获取排序类型

返回
排序类型

在文件 QChatGetChannelCategoriesByPageParam.java106 行定义.

◆ getTimeTag()

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

获取查询时间戳

返回

在文件 QChatGetChannelCategoriesByPageParam.java82 行定义.

◆ setCursor()

void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setCursor ( String  cursor)

设置分页标记

参数
cursor分页标记

在文件 QChatGetChannelCategoriesByPageParam.java130 行定义.

◆ setLimit()

void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setLimit ( Integer  limit)

设置查询数量限制,默认100

参数
limit

在文件 QChatGetChannelCategoriesByPageParam.java98 行定义.

◆ setSortType()

void com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam.setSortType ( QChatChannelCategorySearchSortEnum  sortType)

设置排序类型

参数
sortType排序类型

在文件 QChatGetChannelCategoriesByPageParam.java114 行定义.


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