SCAccessSourceModel class

Inheritance

Constructors

SCAccessSourceModel({required String userId, required String sourceId, required String sourceName, required AccessAction action, required String channelId, required int timeLength, required SourceType sourceType, String? offTime, String? path, String? summary, String? sourceTag})

Properties

action AccessAction
是否是进入页面. 0进入页面,1退出页面
final
channelId String
频道/栏目ID
final
hashCode int
The hash code for this object.
no setterinherited
offTime String?
退出时间,格式时间戳,退出类型的时候使用
final
path String?
访问路径
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String
内容id
getter/setter pairinherited
sourceName String
内容 标题
getter/setter pairinherited
sourceTag String?
***** 以下仅支持 android ***** /// 新闻标签(经济|军事|历史等)
final
sourceType SourceType
final
summary String?
摘要
final
timeLength int
访问时长 单位S
final
userId String
用户手机号或者用户唯一id(未登录时可传"")
getter/setter pairinherited

Methods

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

Operators

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