Class: TencentCloud::Cwp::V20180228::MalwareWhiteListInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MalwareWhiteListInfo
- Defined in:
- lib/v20180228/models.rb
Overview
木马白名单信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #EventsCount ⇒ Object
- #FileDirectory ⇒ Object
- #FileExtension ⇒ Object
- #FileName ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #MatchType ⇒ Object
- #Md5List ⇒ Object
- #Mode ⇒ Object
- #ModifyTime ⇒ Object
- #QuuidList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, quuidlist = nil, md5list = nil, isglobal = nil, mode = nil, matchtype = nil, filename = nil, filedirectory = nil, fileextension = nil, createtime = nil, eventscount = nil, modifytime = nil) ⇒ MalwareWhiteListInfo
constructor
A new instance of MalwareWhiteListInfo.
Constructor Details
#initialize(id = nil, quuidlist = nil, md5list = nil, isglobal = nil, mode = nil, matchtype = nil, filename = nil, filedirectory = nil, fileextension = nil, createtime = nil, eventscount = nil, modifytime = nil) ⇒ MalwareWhiteListInfo
Returns a new instance of MalwareWhiteListInfo.
32157 32158 32159 32160 32161 32162 32163 32164 32165 32166 32167 32168 32169 32170 |
# File 'lib/v20180228/models.rb', line 32157 def initialize(id=nil, quuidlist=nil, md5list=nil, isglobal=nil, mode=nil, matchtype=nil, filename=nil, filedirectory=nil, fileextension=nil, createtime=nil, eventscount=nil, modifytime=nil) @Id = id @QuuidList = quuidlist @Md5List = md5list @IsGlobal = isglobal @Mode = mode @MatchType = matchtype @FileName = filename @FileDirectory = filedirectory @FileExtension = fileextension @CreateTime = createtime @EventsCount = eventscount @ModifyTime = modifytime end |
Instance Attribute Details
#CreateTime ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def CreateTime @CreateTime end |
#EventsCount ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def EventsCount @EventsCount end |
#FileDirectory ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def FileDirectory @FileDirectory end |
#FileExtension ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def FileExtension @FileExtension end |
#FileName ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def FileName @FileName end |
#Id ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def Id @Id end |
#IsGlobal ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def IsGlobal @IsGlobal end |
#MatchType ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def MatchType @MatchType end |
#Md5List ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def Md5List @Md5List end |
#Mode ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def Mode @Mode end |
#ModifyTime ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def ModifyTime @ModifyTime end |
#QuuidList ⇒ Object
32155 32156 32157 |
# File 'lib/v20180228/models.rb', line 32155 def QuuidList @QuuidList end |
Instance Method Details
#deserialize(params) ⇒ Object
32172 32173 32174 32175 32176 32177 32178 32179 32180 32181 32182 32183 32184 32185 |
# File 'lib/v20180228/models.rb', line 32172 def deserialize(params) @Id = params['Id'] @QuuidList = params['QuuidList'] @Md5List = params['Md5List'] @IsGlobal = params['IsGlobal'] @Mode = params['Mode'] @MatchType = params['MatchType'] @FileName = params['FileName'] @FileDirectory = params['FileDirectory'] @FileExtension = params['FileExtension'] @CreateTime = params['CreateTime'] @EventsCount = params['EventsCount'] @ModifyTime = params['ModifyTime'] end |