QChatSearchServerByPageParam class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatSearchServerByPageParam(String keyword, bool? asc, QChatSearchServerTypeEnum searchType, {int? startTime, int? endTime, int? limit, List<int?>? serverTypes, QChatServerSearchSortEnum? sort, String? cursor})
QChatSearchServerByPageParam.fromJson(Map<String, dynamic> json)
factory

Properties

asc bool?
排序规则 true:正序;false:反序
getter/setter pair
cursor String?
查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor
getter/setter pair
endTime int?
查询时间范围的结束时间,要求比开始时间大
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyword String
检索关键字,目标检索服务器名称
final
limit int?
检索返回的最大记录数,最大和默认都是100
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchType QChatSearchServerTypeEnum
搜索类型,QChatSearchServerTypeEnum
final
serverTypes List<int?>?
服务器类型
getter/setter pair
sort QChatServerSearchSortEnum?
排序条件
getter/setter pair
startTime int?
查询时间范围的开始时间
getter/setter pair

Methods

isValid() bool
是否合法
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited