Class: TencentCloud::Live::V20180801::ProIspPlayCodeDataInfo

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

Overview

播放错误码信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(countryareaname = nil, provincename = nil, ispname = nil, code2xx = nil, code3xx = nil, code4xx = nil, code5xx = nil) ⇒ ProIspPlayCodeDataInfo



13527
13528
13529
13530
13531
13532
13533
13534
13535
# File 'lib/v20180801/models.rb', line 13527

def initialize(countryareaname=nil, provincename=nil, ispname=nil, code2xx=nil, code3xx=nil, code4xx=nil, code5xx=nil)
  @CountryAreaName = countryareaname
  @ProvinceName = provincename
  @IspName = ispname
  @Code2xx = code2xx
  @Code3xx = code3xx
  @Code4xx = code4xx
  @Code5xx = code5xx
end

Instance Attribute Details

#Code2xxObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def Code2xx
  @Code2xx
end

#Code3xxObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def Code3xx
  @Code3xx
end

#Code4xxObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def Code4xx
  @Code4xx
end

#Code5xxObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def Code5xx
  @Code5xx
end

#CountryAreaNameObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def CountryAreaName
  @CountryAreaName
end

#IspNameObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def IspName
  @IspName
end

#ProvinceNameObject



13525
13526
13527
# File 'lib/v20180801/models.rb', line 13525

def ProvinceName
  @ProvinceName
end

Instance Method Details

#deserialize(params) ⇒ Object



13537
13538
13539
13540
13541
13542
13543
13544
13545
# File 'lib/v20180801/models.rb', line 13537

def deserialize(params)
  @CountryAreaName = params['CountryAreaName']
  @ProvinceName = params['ProvinceName']
  @IspName = params['IspName']
  @Code2xx = params['Code2xx']
  @Code3xx = params['Code3xx']
  @Code4xx = params['Code4xx']
  @Code5xx = params['Code5xx']
end