CloudRecordByTime class
云消息/云报警消息查询文件
- Inheritance
-
- Object
- CloudRecordByTimeBaseModel
- CloudRecordByTime
Constructors
Properties
- channel → int?
-
【可选】不填写此字段表示查询所有通道
finalinherited
- endTime → DateTime?
-
结束时间,不传默认当天结束时间 2018-06-05 23:59:59
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- msg → String
-
接口标识1.短视频(short_video_query_user)
finalinherited
- muserid → String?
-
主账号Id,只有分享的设备才有
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sn → String
-
序列号
finalinherited
- startTime → DateTime?
-
开始时间,不传默认当天开始时间 2018-06-05 00:00:00
finalinherited
- userId ↔ String
-
用户Id
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonString(
) → String -
{
"msg": "video_query_user",
"sn": "4ad15e3168fb9061",
"st": "2023-05-18 00:00:00",
"et": "2023-05-18 23:59:59",
"ch": 0
}
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited