NIMQChatSearchServerByPageParam Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQChatSearchServerByPageParam.h

Overview

检索服务器列表的参数

  keyword

检索关键字,目标检索服务器名称

@property (nonnull, nonatomic, copy) NSString *keyword

Discussion

检索关键字,目标检索服务器名称

Declared In

NIMQChatSearchServerByPageParam.h

  asc

排序规则 true:正序;false:反序

@property (nonatomic, assign) BOOL asc

Discussion

排序规则 true:正序;false:反序

Declared In

NIMQChatSearchServerByPageParam.h

  searchType

搜索类型,广场搜索1,个人服务器搜索2

@property (nonatomic, assign) NIMQChatSearchServerType searchType

Discussion

搜索类型,广场搜索1,个人服务器搜索2

Declared In

NIMQChatSearchServerByPageParam.h

  startTime

查询时间范围的开始时间,单位s

@property (nullable, nonatomic, copy) NSNumber *startTime

Discussion

查询时间范围的开始时间,单位s

Declared In

NIMQChatSearchServerByPageParam.h

  endTime

查询时间范围的结束时间,要求比开始时间大,单位s

@property (nullable, nonatomic, copy) NSNumber *endTime

Discussion

查询时间范围的结束时间,要求比开始时间大,单位s

Declared In

NIMQChatSearchServerByPageParam.h

  limit

检索返回的最大记录数,最大和默认都是100

@property (nullable, nonatomic, copy) NSNumber *limit

Discussion

检索返回的最大记录数,最大和默认都是100

Declared In

NIMQChatSearchServerByPageParam.h

  serverTypes

服务器类型列表,服务器类型为正整数

@property (nullable, nonatomic, copy) NSArray<NSNumber*> *serverTypes

Discussion

服务器类型列表,服务器类型为正整数

Declared In

NIMQChatSearchServerByPageParam.h

  sortType

返回值的排序类型

@property (nonatomic, assign) NIMQChatSearchServerSortType sortType

Discussion

返回值的排序类型

Declared In

NIMQChatSearchServerByPageParam.h

  cursor

查询游标,查询的起始位置,上一次查询会返回cursor字段

@property (nullable, nonatomic, copy) NSString *cursor

Discussion

查询游标,查询的起始位置,上一次查询会返回cursor字段

Declared In

NIMQChatSearchServerByPageParam.h