Class: TencentCloud::Iotvideoindustry::V20201201::Events
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::Events
- Defined in:
- lib/v20201201/models.rb
Overview
设备事件列表
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #DeviceAddress ⇒ Object
- #DeviceId ⇒ Object
- #DeviceName ⇒ Object
- #DeviceType ⇒ Object
- #EventDesc ⇒ Object
- #EventLog ⇒ Object
- #EventTime ⇒ Object
- #EventType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(eventtime = nil, eventtype = nil, eventdesc = nil, devicetype = nil, deviceaddress = nil, deviceid = nil, channelid = nil, eventlog = nil, devicename = nil) ⇒ Events
constructor
A new instance of Events.
Constructor Details
#initialize(eventtime = nil, eventtype = nil, eventdesc = nil, devicetype = nil, deviceaddress = nil, deviceid = nil, channelid = nil, eventlog = nil, devicename = nil) ⇒ Events
Returns a new instance of Events.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/v20201201/models.rb', line 4296 def initialize(eventtime=nil, eventtype=nil, eventdesc=nil, devicetype=nil, deviceaddress=nil, deviceid=nil, channelid=nil, eventlog=nil, devicename=nil) @EventTime = eventtime @EventType = eventtype @EventDesc = eventdesc @DeviceType = devicetype @DeviceAddress = deviceaddress @DeviceId = deviceid @ChannelId = channelid @EventLog = eventlog @DeviceName = devicename end |
Instance Attribute Details
#ChannelId ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def ChannelId @ChannelId end |
#DeviceAddress ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def DeviceAddress @DeviceAddress end |
#DeviceId ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def DeviceId @DeviceId end |
#DeviceName ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def DeviceName @DeviceName end |
#DeviceType ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def DeviceType @DeviceType end |
#EventDesc ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def EventDesc @EventDesc end |
#EventLog ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def EventLog @EventLog end |
#EventTime ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def EventTime @EventTime end |
#EventType ⇒ Object
4294 4295 4296 |
# File 'lib/v20201201/models.rb', line 4294 def EventType @EventType end |
Instance Method Details
#deserialize(params) ⇒ Object
4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'lib/v20201201/models.rb', line 4308 def deserialize(params) @EventTime = params['EventTime'] @EventType = params['EventType'] @EventDesc = params['EventDesc'] @DeviceType = params['DeviceType'] @DeviceAddress = params['DeviceAddress'] @DeviceId = params['DeviceId'] @ChannelId = params['ChannelId'] @EventLog = params['EventLog'] @DeviceName = params['DeviceName'] end |