Class: TencentCloud::Cwp::V20180228::MalwareWhiteListAffectEvent

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

Overview

木马白名单影响事件信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, hostip = nil, md5 = nil, filepath = nil, createtime = nil) ⇒ MalwareWhiteListAffectEvent

Returns a new instance of MalwareWhiteListAffectEvent.



31660
31661
31662
31663
31664
31665
31666
# File 'lib/v20180228/models.rb', line 31660

def initialize(id=nil, hostip=nil, md5=nil, filepath=nil, createtime=nil)
  @Id = id
  @HostIp = hostip
  @Md5 = md5
  @FilePath = filepath
  @CreateTime = createtime
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



31658
31659
31660
# File 'lib/v20180228/models.rb', line 31658

def CreateTime
  @CreateTime
end

#FilePathObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



31658
31659
31660
# File 'lib/v20180228/models.rb', line 31658

def FilePath
  @FilePath
end

#HostIpObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



31658
31659
31660
# File 'lib/v20180228/models.rb', line 31658

def HostIp
  @HostIp
end

#IdObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



31658
31659
31660
# File 'lib/v20180228/models.rb', line 31658

def Id
  @Id
end

#Md5Object

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



31658
31659
31660
# File 'lib/v20180228/models.rb', line 31658

def Md5
  @Md5
end

Instance Method Details

#deserialize(params) ⇒ Object



31668
31669
31670
31671
31672
31673
31674
# File 'lib/v20180228/models.rb', line 31668

def deserialize(params)
  @Id = params['Id']
  @HostIp = params['HostIp']
  @Md5 = params['Md5']
  @FilePath = params['FilePath']
  @CreateTime = params['CreateTime']
end