QChatSearchServerByPageParam class Null safety

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

Methods

isValid() bool
是否合法
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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