Class: TencentCloud::Cwp::V20180228::MalwareWhiteListAffectEvent
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MalwareWhiteListAffectEvent
- Defined in:
- lib/v20180228/models.rb
Overview
木马白名单影响事件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, hostip = nil, md5 = nil, filepath = nil, createtime = nil) ⇒ MalwareWhiteListAffectEvent
constructor
A new instance of MalwareWhiteListAffectEvent.
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
#CreateTime ⇒ Object
32109 32110 32111 |
# File 'lib/v20180228/models.rb', line 32109 def CreateTime @CreateTime end |
#FilePath ⇒ Object
32109 32110 32111 |
# File 'lib/v20180228/models.rb', line 32109 def FilePath @FilePath end |
#HostIp ⇒ Object
32109 32110 32111 |
# File 'lib/v20180228/models.rb', line 32109 def HostIp @HostIp end |
#Id ⇒ Object
32109 32110 32111 |
# File 'lib/v20180228/models.rb', line 32109 def Id @Id end |
#Md5 ⇒ Object
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 |