ClearTrackCacheOption class

清空客户端缓存的轨迹数据的请求信息类

Constructors

ClearTrackCacheOption({@required int tag, @required int serviceId, @required List<String> entityNames, List<TrackCacheOption> trackCacheOptions})
有参构造
ClearTrackCacheOption.fromMap(Map map)
map => ClearTrackCacheOption

Properties

entityNames ↔ List<String>
要删除缓存轨迹的entityNames,默认为null。 entityNames为null时,表示清除所有缓存轨迹数据,不区分entityName; [...]
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
isCanceled ↔ bool
是否取消请求 (android)
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
serviceId ↔ int
鹰眼服务ID 必填
read / write, inherited
tag ↔ int
请求标识 必填
read / write, inherited
trackCacheOptions ↔ List<TrackCacheOption>
需要清空的缓存数据的筛选条件数组,选填。 数组中每个option用于指定一个筛选条件,类型为TrackCacheOption。 若设置,则清空符合条件的缓存数据; 若不设置或设置为null或为空数组,则清空所有的缓存数据。
read / write

Methods

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

Operators

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