Class: TencentCloud::Cwp::V20180228::IPAnalyse

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

Overview

ip 分析

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, tags = nil, family = nil, profile = nil, isp = nil) ⇒ IPAnalyse

Returns a new instance of IPAnalyse.



29826
29827
29828
29829
29830
29831
29832
# File 'lib/v20180228/models.rb', line 29826

def initialize(status=nil, tags=nil, family=nil, profile=nil, isp=nil)
  @Status = status
  @Tags = tags
  @Family = family
  @Profile = profile
  @Isp = isp
end

Instance Attribute Details

#FamilyObject

1 可疑 2 恶意 3 未知

Parameters:

  • 0 安全

  • 标签特征

  • 家族信息

  • 画像

  • 运营商



29824
29825
29826
# File 'lib/v20180228/models.rb', line 29824

def Family
  @Family
end

#IspObject

1 可疑 2 恶意 3 未知

Parameters:

  • 0 安全

  • 标签特征

  • 家族信息

  • 画像

  • 运营商



29824
29825
29826
# File 'lib/v20180228/models.rb', line 29824

def Isp
  @Isp
end

#ProfileObject

1 可疑 2 恶意 3 未知

Parameters:

  • 0 安全

  • 标签特征

  • 家族信息

  • 画像

  • 运营商



29824
29825
29826
# File 'lib/v20180228/models.rb', line 29824

def Profile
  @Profile
end

#StatusObject

1 可疑 2 恶意 3 未知

Parameters:

  • 0 安全

  • 标签特征

  • 家族信息

  • 画像

  • 运营商



29824
29825
29826
# File 'lib/v20180228/models.rb', line 29824

def Status
  @Status
end

#TagsObject

1 可疑 2 恶意 3 未知

Parameters:

  • 0 安全

  • 标签特征

  • 家族信息

  • 画像

  • 运营商



29824
29825
29826
# File 'lib/v20180228/models.rb', line 29824

def Tags
  @Tags
end

Instance Method Details

#deserialize(params) ⇒ Object



29834
29835
29836
29837
29838
29839
29840
# File 'lib/v20180228/models.rb', line 29834

def deserialize(params)
  @Status = params['Status']
  @Tags = params['Tags']
  @Family = params['Family']
  @Profile = params['Profile']
  @Isp = params['Isp']
end