Class: TencentCloud::Iotvideoindustry::V20201201::RecordTaskItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::RecordTaskItem
- Defined in:
- lib/v20201201/models.rb
Overview
普通设备的录像详情
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #EventId ⇒ Object
- #RecordId ⇒ Object
- #RecordPlanId ⇒ Object
- #RecordStatus ⇒ Object
- #RecordTaskId ⇒ Object
- #SceneId ⇒ Object
- #StartTime ⇒ Object
- #VideoUrl ⇒ Object
- #WarnId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recordtaskid = nil, recordplanid = nil, starttime = nil, endtime = nil, eventid = nil, videourl = nil, recordstatus = nil, sceneid = nil, warnid = nil, recordid = nil) ⇒ RecordTaskItem
constructor
A new instance of RecordTaskItem.
Constructor Details
#initialize(recordtaskid = nil, recordplanid = nil, starttime = nil, endtime = nil, eventid = nil, videourl = nil, recordstatus = nil, sceneid = nil, warnid = nil, recordid = nil) ⇒ RecordTaskItem
Returns a new instance of RecordTaskItem.
5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 |
# File 'lib/v20201201/models.rb', line 5769 def initialize(recordtaskid=nil, recordplanid=nil, starttime=nil, endtime=nil, eventid=nil, videourl=nil, recordstatus=nil, sceneid=nil, warnid=nil, recordid=nil) @RecordTaskId = recordtaskid @RecordPlanId = recordplanid @StartTime = starttime @EndTime = endtime @EventId = eventid @VideoUrl = videourl @RecordStatus = recordstatus @SceneId = sceneid @WarnId = warnid @RecordId = recordid end |
Instance Attribute Details
#EndTime ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def EndTime @EndTime end |
#EventId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def EventId @EventId end |
#RecordId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def RecordId @RecordId end |
#RecordPlanId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def RecordPlanId @RecordPlanId end |
#RecordStatus ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def RecordStatus @RecordStatus end |
#RecordTaskId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def RecordTaskId @RecordTaskId end |
#SceneId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def SceneId @SceneId end |
#StartTime ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def StartTime @StartTime end |
#VideoUrl ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def VideoUrl @VideoUrl end |
#WarnId ⇒ Object
5767 5768 5769 |
# File 'lib/v20201201/models.rb', line 5767 def WarnId @WarnId end |
Instance Method Details
#deserialize(params) ⇒ Object
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/v20201201/models.rb', line 5782 def deserialize(params) @RecordTaskId = params['RecordTaskId'] @RecordPlanId = params['RecordPlanId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @EventId = params['EventId'] @VideoUrl = params['VideoUrl'] @RecordStatus = params['RecordStatus'] @SceneId = params['SceneId'] @WarnId = params['WarnId'] @RecordId = params['RecordId'] end |