Class: TencentCloud::Gaap::V20180529::CountryAreaMap

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

Overview

国家地区映射关系(名称和编码)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nationcountryname = nil, nationcountryinnercode = nil, geographicalzonename = nil, geographicalzoneinnercode = nil, continentname = nil, continentinnercode = nil, remark = nil) ⇒ CountryAreaMap

Returns a new instance of CountryAreaMap.



742
743
744
745
746
747
748
749
750
# File 'lib/v20180529/models.rb', line 742

def initialize(nationcountryname=nil, nationcountryinnercode=nil, geographicalzonename=nil, geographicalzoneinnercode=nil, continentname=nil, continentinnercode=nil, remark=nil)
  @NationCountryName = nationcountryname
  @NationCountryInnerCode = nationcountryinnercode
  @GeographicalZoneName = geographicalzonename
  @GeographicalZoneInnerCode = geographicalzoneinnercode
  @ContinentName = continentname
  @ContinentInnerCode = continentinnercode
  @Remark = remark
end

Instance Attribute Details

#ContinentInnerCodeObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def ContinentInnerCode
  @ContinentInnerCode
end

#ContinentNameObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def ContinentName
  @ContinentName
end

#GeographicalZoneInnerCodeObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def GeographicalZoneInnerCode
  @GeographicalZoneInnerCode
end

#GeographicalZoneNameObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def GeographicalZoneName
  @GeographicalZoneName
end

#NationCountryInnerCodeObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def NationCountryInnerCode
  @NationCountryInnerCode
end

#NationCountryNameObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def NationCountryName
  @NationCountryName
end

#RemarkObject

Parameters:

  • NationCountryName:

    国家名称。

  • NationCountryInnerCode:

    国家编码。

  • GeographicalZoneName:

    地区名称。

  • GeographicalZoneInnerCode:

    地区编码。

  • ContinentName:

    大洲名称。

  • ContinentInnerCode:

    大洲编码。

  • Remark:

    标注信息



740
741
742
# File 'lib/v20180529/models.rb', line 740

def Remark
  @Remark
end

Instance Method Details

#deserialize(params) ⇒ Object



752
753
754
755
756
757
758
759
760
# File 'lib/v20180529/models.rb', line 752

def deserialize(params)
  @NationCountryName = params['NationCountryName']
  @NationCountryInnerCode = params['NationCountryInnerCode']
  @GeographicalZoneName = params['GeographicalZoneName']
  @GeographicalZoneInnerCode = params['GeographicalZoneInnerCode']
  @ContinentName = params['ContinentName']
  @ContinentInnerCode = params['ContinentInnerCode']
  @Remark = params['Remark']
end