Class: TencentCloud::Iotexplorer::V20190423::DescribeCsReportCountDataInfoRequest

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

Overview

DescribeCsReportCountDataInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, starttime = nil, endtime = nil, channelid = nil) ⇒ DescribeCsReportCountDataInfoRequest

Returns a new instance of DescribeCsReportCountDataInfoRequest.



5027
5028
5029
5030
5031
5032
5033
# File 'lib/v20190423/models.rb', line 5027

def initialize(productid=nil, devicename=nil, starttime=nil, endtime=nil, channelid=nil)
  @ProductId = productid
  @DeviceName = devicename
  @StartTime = starttime
  @EndTime = endtime
  @ChannelId = channelid
end

Instance Attribute Details

#ChannelIdObject

Parameters:

  • ProductId:

    产品id

  • DeviceName:

    设备名

  • StartTime:

    统计开始时间戳

  • EndTime:

    统计结束时间戳

  • ChannelId:

    设备通道



5025
5026
5027
# File 'lib/v20190423/models.rb', line 5025

def ChannelId
  @ChannelId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品id

  • DeviceName:

    设备名

  • StartTime:

    统计开始时间戳

  • EndTime:

    统计结束时间戳

  • ChannelId:

    设备通道



5025
5026
5027
# File 'lib/v20190423/models.rb', line 5025

def DeviceName
  @DeviceName
end

#EndTimeObject

Parameters:

  • ProductId:

    产品id

  • DeviceName:

    设备名

  • StartTime:

    统计开始时间戳

  • EndTime:

    统计结束时间戳

  • ChannelId:

    设备通道



5025
5026
5027
# File 'lib/v20190423/models.rb', line 5025

def EndTime
  @EndTime
end

#ProductIdObject

Parameters:

  • ProductId:

    产品id

  • DeviceName:

    设备名

  • StartTime:

    统计开始时间戳

  • EndTime:

    统计结束时间戳

  • ChannelId:

    设备通道



5025
5026
5027
# File 'lib/v20190423/models.rb', line 5025

def ProductId
  @ProductId
end

#StartTimeObject

Parameters:

  • ProductId:

    产品id

  • DeviceName:

    设备名

  • StartTime:

    统计开始时间戳

  • EndTime:

    统计结束时间戳

  • ChannelId:

    设备通道



5025
5026
5027
# File 'lib/v20190423/models.rb', line 5025

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



5035
5036
5037
5038
5039
5040
5041
# File 'lib/v20190423/models.rb', line 5035

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @ChannelId = params['ChannelId']
end