QueryLogParameter class

Constructors

QueryLogParameter({int? pageIndex = 1, int? pageSize = 20, List<MiniLoggerLevelEnum>? level, String? searchKey, DateTime? minTime, String? tag, DateTime? maxTime})

Properties

hashCode int
The hash code for this object.
no setterinherited
level List<MiniLoggerLevelEnum>?
包含的等级
getter/setter pair
maxTime DateTime?
最晚时间
getter/setter pair
minTime DateTime?
最早时间
getter/setter pair
pageIndex int?
页码,只支持查询
getter/setter pair
pageSize int?
每页查询大小
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchKey String?
内容查询的关键字
getter/setter pair
tag String?
特定标签
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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