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.



32111
32112
32113
32114
32115
32116
32117
# File 'lib/v20180228/models.rb', line 32111

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:

    添加时间



32109
32110
32111
# File 'lib/v20180228/models.rb', line 32109

def CreateTime
  @CreateTime
end

#FilePathObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



32109
32110
32111
# File 'lib/v20180228/models.rb', line 32109

def FilePath
  @FilePath
end

#HostIpObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



32109
32110
32111
# File 'lib/v20180228/models.rb', line 32109

def HostIp
  @HostIp
end

#IdObject

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



32109
32110
32111
# File 'lib/v20180228/models.rb', line 32109

def Id
  @Id
end

#Md5Object

Parameters:

  • Id:

    唯一ID。

  • HostIp:

    主机ip

  • Md5:

    影响的md5

  • FilePath:

    文件路径

  • CreateTime:

    添加时间



32109
32110
32111
# File 'lib/v20180228/models.rb', line 32109

def Md5
  @Md5
end

Instance Method Details

#deserialize(params) ⇒ Object



32119
32120
32121
32122
32123
32124
32125
# File 'lib/v20180228/models.rb', line 32119

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