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.



7186
7187
7188
7189
7190
7191
7192
7193
# File 'lib/v20180606/models.rb', line 7186

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:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Count
  @Count
end

#CountryObject

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

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Country
  @Country
end

#DomainObject

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

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Domain
  @Domain
end

#IspObject

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

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Isp
  @Isp
end

#ProvinceObject

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

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Province
  @Province
end

#ValueObject

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

Parameters:

  • Domain:

    域名

  • Count:

    BOT次数

  • Value:

    Top指标值

  • Country:

    国家/地区

  • Province:

    省份

  • Isp:

    运营商



7184
7185
7186
# File 'lib/v20180606/models.rb', line 7184

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



7195
7196
7197
7198
7199
7200
7201
7202
# File 'lib/v20180606/models.rb', line 7195

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