Class: TencentCloud::Tics::V20181115::FileInfoType
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tics::V20181115::FileInfoType
- Defined in:
- lib/v20181115/models.rb
Overview
文件信息类型
Instance Attribute Summary collapse
- #DetectId ⇒ Object
- #DetectPriority ⇒ Object
- #EnginePriority ⇒ Object
- #FileExist ⇒ Object
- #FileForceUpload ⇒ Object
- #FileSize ⇒ Object
- #FileupTime ⇒ Object
- #FullVirusName ⇒ Object
- #IdcPosition ⇒ Object
- #Md5Type ⇒ Object
- #PeExist ⇒ Object
- #PeForceUpload ⇒ Object
- #SafeLevel ⇒ Object
- #ScanModiTime ⇒ Object
- #SubdetectId ⇒ Object
- #UserDefName ⇒ Object
- #VirusType ⇒ Object
- #WhiteScore ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(detectid = nil, detectpriority = nil, enginepriority = nil, fileexist = nil, fileforceupload = nil, filesize = nil, fileuptime = nil, fullvirusname = nil, idcposition = nil, md5type = nil, peexist = nil, peforceupload = nil, safelevel = nil, scanmoditime = nil, subdetectid = nil, userdefname = nil, virustype = nil, whitescore = nil) ⇒ FileInfoType
constructor
A new instance of FileInfoType.
Constructor Details
#initialize(detectid = nil, detectpriority = nil, enginepriority = nil, fileexist = nil, fileforceupload = nil, filesize = nil, fileuptime = nil, fullvirusname = nil, idcposition = nil, md5type = nil, peexist = nil, peforceupload = nil, safelevel = nil, scanmoditime = nil, subdetectid = nil, userdefname = nil, virustype = nil, whitescore = nil) ⇒ FileInfoType
426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/v20181115/models.rb', line 426 def initialize(detectid=nil, detectpriority=nil, enginepriority=nil, fileexist=nil, fileforceupload=nil, filesize=nil, fileuptime=nil, fullvirusname=nil, idcposition=nil, md5type=nil, peexist=nil, peforceupload=nil, safelevel=nil, scanmoditime=nil, subdetectid=nil, userdefname=nil, virustype=nil, whitescore=nil) @DetectId = detectid @DetectPriority = detectpriority @EnginePriority = enginepriority @FileExist = fileexist @FileForceUpload = fileforceupload @FileSize = filesize @FileupTime = fileuptime @FullVirusName = fullvirusname @IdcPosition = idcposition @Md5Type = md5type @PeExist = peexist @PeForceUpload = peforceupload @SafeLevel = safelevel @ScanModiTime = scanmoditime @SubdetectId = subdetectid @UserDefName = userdefname @VirusType = virustype @WhiteScore = whitescore end |
Instance Attribute Details
#DetectId ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def DetectId @DetectId end |
#DetectPriority ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def DetectPriority @DetectPriority end |
#EnginePriority ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def EnginePriority @EnginePriority end |
#FileExist ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def FileExist @FileExist end |
#FileForceUpload ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def FileForceUpload @FileForceUpload end |
#FileSize ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def FileSize @FileSize end |
#FileupTime ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def FileupTime @FileupTime end |
#FullVirusName ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def FullVirusName @FullVirusName end |
#IdcPosition ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def IdcPosition @IdcPosition end |
#Md5Type ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def Md5Type @Md5Type end |
#PeExist ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def PeExist @PeExist end |
#PeForceUpload ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def PeForceUpload @PeForceUpload end |
#SafeLevel ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def SafeLevel @SafeLevel end |
#ScanModiTime ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def ScanModiTime @ScanModiTime end |
#SubdetectId ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def SubdetectId @SubdetectId end |
#UserDefName ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def UserDefName @UserDefName end |
#VirusType ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def VirusType @VirusType end |
#WhiteScore ⇒ Object
424 425 426 |
# File 'lib/v20181115/models.rb', line 424 def WhiteScore @WhiteScore end |
Instance Method Details
#deserialize(params) ⇒ Object
447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 |
# File 'lib/v20181115/models.rb', line 447 def deserialize(params) @DetectId = params['DetectId'] @DetectPriority = params['DetectPriority'] @EnginePriority = params['EnginePriority'] @FileExist = params['FileExist'] @FileForceUpload = params['FileForceUpload'] @FileSize = params['FileSize'] @FileupTime = params['FileupTime'] @FullVirusName = params['FullVirusName'] @IdcPosition = params['IdcPosition'] @Md5Type = params['Md5Type'] @PeExist = params['PeExist'] @PeForceUpload = params['PeForceUpload'] @SafeLevel = params['SafeLevel'] @ScanModiTime = params['ScanModiTime'] @SubdetectId = params['SubdetectId'] @UserDefName = params['UserDefName'] @VirusType = params['VirusType'] @WhiteScore = params['WhiteScore'] end |