Class: TencentCloud::Cdn::V20180606::DomainBotCount

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

Overview

域名及其他指标Bot次数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain = nil, count = nil, value = nil, country = nil, province = nil, isp = nil) ⇒ DomainBotCount

Returns a new instance of DomainBotCount.



7168
7169
7170
7171
7172
7173
7174
7175
# File 'lib/v20180606/models.rb', line 7168

def initialize(domain=nil, count=nil, value=nil, country=nil, province=nil, isp=nil)
  @Domain = domain
  @Count = count
  @Value = value
  @Country = country
  @Province = province
  @Isp = isp
end

Instance Attribute Details

#CountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Count
  @Count
end

#CountryObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Country
  @Country
end

#DomainObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Domain
  @Domain
end

#IspObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Isp
  @Isp
end

#ProvinceObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Province
  @Province
end

#ValueObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7166
7167
7168
# File 'lib/v20180606/models.rb', line 7166

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



7177
7178
7179
7180
7181
7182
7183
7184
# File 'lib/v20180606/models.rb', line 7177

def deserialize(params)
  @Domain = params['Domain']
  @Count = params['Count']
  @Value = params['Value']
  @Country = params['Country']
  @Province = params['Province']
  @Isp = params['Isp']
end