SearchFilterCondition class

entity检索过滤条件

Constructors

SearchFilterCondition({List<String> entityNames, int activeTime, int inActiveTime, Map<String, String> customColumns})
有参构造
SearchFilterCondition.fromMap(Map map)
map => SearchFilterCondition

Properties

activeTime ↔ int
活跃时间,在此时间之后有定位信息上传的entity(locTime >= activeTime) 注:不能与inActiveTime同时使用
read / write
customColumns ↔ Map<String, String>
自定义可筛选的entity属性字段(add时传参)
read / write
entityNames ↔ List<String>
entityName列表
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
inActiveTime ↔ int
不活跃时间,在此时间之后无定位信息上传的entity(locTime < inActiveTime) 注:不能与activeTime同时使用
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map
SearchFilterCondition => map
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited