Class: TencentCloud::Iotvideoindustry::V20201201::GetVideoListByConRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

GetVideoListByCon请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deviceid = nil, offset = nil, limit = nil, channelid = nil, latestday = nil, date = nil, type = nil) ⇒ GetVideoListByConRequest

Returns a new instance of GetVideoListByConRequest.



4716
4717
4718
4719
4720
4721
4722
4723
4724
# File 'lib/v20201201/models.rb', line 4716

def initialize(deviceid=nil, offset=nil, limit=nil, channelid=nil, latestday=nil, date=nil, type=nil)
  @DeviceId = deviceid
  @Offset = offset
  @Limit = limit
  @ChannelId = channelid
  @LatestDay = latestday
  @Date = date
  @Type = type
end

Instance Attribute Details

#ChannelIdObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def ChannelId
  @ChannelId
end

#DateObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def Date
  @Date
end

#DeviceIdObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def DeviceId
  @DeviceId
end

#LatestDayObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def LatestDay
  @LatestDay
end

#LimitObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def Limit
  @Limit
end

#OffsetObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def Offset
  @Offset
end

#TypeObject

为空时默认查询最近一天的记录

Parameters:

  • DeviceId:

    设备唯一标识

  • Offset:

    偏移量

  • Limit:

    限制量

  • ChannelId:

    通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填

  • LatestDay:

    0:查询指定日期的录像;1:查询最近一天的录像;默认0

  • Date:

    指定某天。取值【YYYY-MM-DD】

  • Type:

    1: 云端录制 2: 本地录制



4714
4715
4716
# File 'lib/v20201201/models.rb', line 4714

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



4726
4727
4728
4729
4730
4731
4732
4733
4734
# File 'lib/v20201201/models.rb', line 4726

def deserialize(params)
  @DeviceId = params['DeviceId']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @ChannelId = params['ChannelId']
  @LatestDay = params['LatestDay']
  @Date = params['Date']
  @Type = params['Type']
end