Class: TencentCloud::Iotvideoindustry::V20201201::GroupDeviceItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GroupDeviceItem
- Defined in:
- lib/v20201201/models.rb
Overview
分组下设备信息
Instance Attribute Summary collapse
- #ChannelNum ⇒ Object
- #CreateTime ⇒ Object
- #DeviceCode ⇒ Object
- #DeviceId ⇒ Object
- #DeviceType ⇒ Object
- #ExtraInformation ⇒ Object
- #IsRecord ⇒ Object
- #NickName ⇒ Object
- #Protocol ⇒ Object
- #Recordable ⇒ Object
- #RTSPUrl ⇒ Object
- #Status ⇒ Object
- #VideoChannelNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, nickname = nil, status = nil, extrainformation = nil, devicetype = nil, rtspurl = nil, devicecode = nil, isrecord = nil, recordable = nil, protocol = nil, createtime = nil, channelnum = nil, videochannelnum = nil) ⇒ GroupDeviceItem
constructor
A new instance of GroupDeviceItem.
Constructor Details
#initialize(deviceid = nil, nickname = nil, status = nil, extrainformation = nil, devicetype = nil, rtspurl = nil, devicecode = nil, isrecord = nil, recordable = nil, protocol = nil, createtime = nil, channelnum = nil, videochannelnum = nil) ⇒ GroupDeviceItem
Returns a new instance of GroupDeviceItem.
4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 |
# File 'lib/v20201201/models.rb', line 4677 def initialize(deviceid=nil, nickname=nil, status=nil, extrainformation=nil, devicetype=nil, rtspurl=nil, devicecode=nil, isrecord=nil, recordable=nil, protocol=nil, createtime=nil, channelnum=nil, videochannelnum=nil) @DeviceId = deviceid @NickName = nickname @Status = status @ExtraInformation = extrainformation @DeviceType = devicetype @RTSPUrl = rtspurl @DeviceCode = devicecode @IsRecord = isrecord @Recordable = recordable @Protocol = protocol @CreateTime = createtime @ChannelNum = channelnum @VideoChannelNum = videochannelnum end |
Instance Attribute Details
#ChannelNum ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def ChannelNum @ChannelNum end |
#CreateTime ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def CreateTime @CreateTime end |
#DeviceCode ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def DeviceCode @DeviceCode end |
#DeviceId ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def DeviceId @DeviceId end |
#DeviceType ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def DeviceType @DeviceType end |
#ExtraInformation ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def ExtraInformation @ExtraInformation end |
#IsRecord ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def IsRecord @IsRecord end |
#NickName ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def NickName @NickName end |
#Protocol ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def Protocol @Protocol end |
#Recordable ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def Recordable @Recordable end |
#RTSPUrl ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def RTSPUrl @RTSPUrl end |
#Status ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def Status @Status end |
#VideoChannelNum ⇒ Object
4675 4676 4677 |
# File 'lib/v20201201/models.rb', line 4675 def VideoChannelNum @VideoChannelNum end |
Instance Method Details
#deserialize(params) ⇒ Object
4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 |
# File 'lib/v20201201/models.rb', line 4693 def deserialize(params) @DeviceId = params['DeviceId'] @NickName = params['NickName'] @Status = params['Status'] @ExtraInformation = params['ExtraInformation'] @DeviceType = params['DeviceType'] @RTSPUrl = params['RTSPUrl'] @DeviceCode = params['DeviceCode'] @IsRecord = params['IsRecord'] @Recordable = params['Recordable'] @Protocol = params['Protocol'] @CreateTime = params['CreateTime'] @ChannelNum = params['ChannelNum'] @VideoChannelNum = params['VideoChannelNum'] end |