|
NIMSDK-AOS
9.21.10
|
检索频道的接口入参 更多...
Public 成员函数 | |
| QChatSearchChannelByPageParam (@NonNull String keyword, boolean asc) | |
| 构造函数 更多... | |
| QChatSearchChannelByPageParam (@NonNull String keyword, boolean asc,@Nullable Long startTime,@Nullable Long endTime,@Nullable Integer limit,@Nullable Long serverId) | |
| 构造函数 更多... | |
| QChatSearchChannelByPageParam (@NonNull String keyword, boolean asc,@Nullable Long startTime,@Nullable Long endTime,@Nullable Integer limit,@Nullable Long serverId,@Nullable String cursor) | |
| 构造函数 更多... | |
| QChatSearchChannelByPageParam (@NonNull String keyword, boolean asc,@Nullable Long startTime,@Nullable Long endTime,@Nullable Integer limit,@Nullable Long serverId, QChatChannelSearchSortEnum sort,@Nullable String cursor) | |
| 构造函数 更多... | |
| String | getKeyword () |
| 获取检索关键字 更多... | |
| boolean | isAsc () |
| 是否是正序 更多... | |
| Long | getStartTime () |
| 获取查询时间范围的开始时间 更多... | |
| void | setStartTime (@Nullable Long startTime) |
| 设置查询时间范围的开始时间 更多... | |
| Long | getEndTime () |
| 获取查询时间范围的结束时间 更多... | |
| void | setEndTime (@Nullable Long endTime) |
| 设置查询时间范围的结束时间 更多... | |
| Integer | getLimit () |
| 获取检索返回的最大记录数 更多... | |
| void | setLimit (@Nullable Integer limit) |
| 设置检索返回的最大记录数 更多... | |
| Long | getServerId () |
| 获取服务器类型 更多... | |
| void | setServerId (@Nullable Long serverId) |
| 设置服务器类型 更多... | |
| QChatChannelSearchSortEnum | getSort () |
| 获取排序条件 更多... | |
| void | setSort (QChatChannelSearchSortEnum sort) |
| 设置排序条件 更多... | |
| String | getCursor () |
| 获取查询游标 更多... | |
| void | setCursor (String cursor) |
| 设置查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor 更多... | |
| boolean | isValid () |
| 是否合法 更多... | |
| String | toString () |
检索频道的接口入参
在文件 QChatSearchChannelByPageParam.java 第 11 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.QChatSearchChannelByPageParam | ( | @NonNull String | keyword, |
| boolean | asc | ||
| ) |
构造函数
| keyword | 检索关键字,目标检索服务器名称 |
| asc | 排序规则 true:正序;false:反序 |
在文件 QChatSearchChannelByPageParam.java 第 64 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.QChatSearchChannelByPageParam | ( | @NonNull String | keyword, |
| boolean | asc, | ||
| @Nullable Long | startTime, | ||
| @Nullable Long | endTime, | ||
| @Nullable Integer | limit, | ||
| @Nullable Long | serverId | ||
| ) |
构造函数
| keyword | 检索关键字,目标检索服务器名称 |
| asc | 排序规则 true:正序;false:反序 |
| startTime | 查询时间范围的开始时间 |
| endTime | 查询时间范围的结束时间,要求比开始时间大 |
| limit | 检索返回的最大记录数,最大和默认都是100 |
| serverId | 服务器类型 |
在文件 QChatSearchChannelByPageParam.java 第 78 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.QChatSearchChannelByPageParam | ( | @NonNull String | keyword, |
| boolean | asc, | ||
| @Nullable Long | startTime, | ||
| @Nullable Long | endTime, | ||
| @Nullable Integer | limit, | ||
| @Nullable Long | serverId, | ||
| @Nullable String | cursor | ||
| ) |
构造函数
| keyword | 检索关键字,目标检索服务器名称 |
| asc | 排序规则 true:正序;false:反序 |
| startTime | 查询时间范围的开始时间 |
| endTime | 查询时间范围的结束时间,要求比开始时间大 |
| limit | 检索返回的最大记录数,最大和默认都是100 |
| serverId | 服务器类型 |
| cursor | 查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor |
在文件 QChatSearchChannelByPageParam.java 第 99 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.QChatSearchChannelByPageParam | ( | @NonNull String | keyword, |
| boolean | asc, | ||
| @Nullable Long | startTime, | ||
| @Nullable Long | endTime, | ||
| @Nullable Integer | limit, | ||
| @Nullable Long | serverId, | ||
| QChatChannelSearchSortEnum | sort, | ||
| @Nullable String | cursor | ||
| ) |
构造函数
| keyword | 检索关键字,目标检索服务器名称 |
| asc | 排序规则 true:正序;false:反序 |
| startTime | 查询时间范围的开始时间 |
| endTime | 查询时间范围的结束时间,要求比开始时间大 |
| limit | 检索返回的最大记录数,最大和默认都是100 |
| serverId | 服务器类型 |
| sort | 排序条件 QChatChannelSearchSortEnum |
| cursor | 查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor |
在文件 QChatSearchChannelByPageParam.java 第 121 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getCursor | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getEndTime | ( | ) |
获取查询时间范围的结束时间
在文件 QChatSearchChannelByPageParam.java 第 167 行定义.
| String com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getKeyword | ( | ) |
获取检索关键字
在文件 QChatSearchChannelByPageParam.java 第 136 行定义.
| Integer com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getLimit | ( | ) |
获取检索返回的最大记录数
在文件 QChatSearchChannelByPageParam.java 第 183 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getServerId | ( | ) |
获取服务器类型
在文件 QChatSearchChannelByPageParam.java 第 199 行定义.
| QChatChannelSearchSortEnum com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getSort | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.getStartTime | ( | ) |
获取查询时间范围的开始时间
在文件 QChatSearchChannelByPageParam.java 第 151 行定义.
| boolean com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.isAsc | ( | ) |
是否是正序
在文件 QChatSearchChannelByPageParam.java 第 143 行定义.
| boolean com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.isValid | ( | ) |
是否合法
在文件 QChatSearchChannelByPageParam.java 第 246 行定义.
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setCursor | ( | String | cursor | ) |
设置查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor
| cursor |
在文件 QChatSearchChannelByPageParam.java 第 239 行定义.
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setEndTime | ( | @Nullable Long | endTime | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setLimit | ( | @Nullable Integer | limit | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setServerId | ( | @Nullable Long | serverId | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setSort | ( | QChatChannelSearchSortEnum | sort | ) |
| void com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.setStartTime | ( | @Nullable Long | startTime | ) |
| String com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam.toString | ( | ) |
在文件 QChatSearchChannelByPageParam.java 第 266 行定义.
1.8.11