public class ImageVirus extends AbstractModel
| Constructor and Description | 
|---|
| ImageVirus() | 
| ImageVirus(ImageVirus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCategory()Get Category
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDesc()Get Description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFileMd5()Get MD5 checksum of the file
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFileName()Get File path
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getFileSize()Get Size
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFileType()Get File type
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFirstScanTime()Get First discovery time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLatestScanTime()Get Last scan time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPath()Get Path
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getRiskLevel()Get Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSolution()Get Solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| String[] | getTags()Get Tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getVirusName()Get Virus name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCategory(String Category)Set Category
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDesc(String Desc)Set Description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFileMd5(String FileMd5)Set MD5 checksum of the file
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFileName(String FileName)Set File path
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFileSize(Long FileSize)Set Size
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFileType(String FileType)Set File type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFirstScanTime(String FirstScanTime)Set First discovery time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLatestScanTime(String LatestScanTime)Set Last scan time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPath(String Path)Set Path
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRiskLevel(String RiskLevel)Set Risk level
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSolution(String Solution)Set Solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTags(String[] Tags)Set Tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVirusName(String VirusName)Set Virus name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ImageVirus()
public ImageVirus(ImageVirus source)
public String getPath()
public void setPath(String Path)
Path - Path
Note: This field may return null, indicating that no valid values can be obtained.public String getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel - Risk level
Note: This field may return null, indicating that no valid values can be obtained.public String getCategory()
public void setCategory(String Category)
Category - Category
Note: This field may return null, indicating that no valid values can be obtained.public String getVirusName()
public void setVirusName(String VirusName)
VirusName - Virus name
Note: This field may return null, indicating that no valid values can be obtained.public String[] getTags()
public void setTags(String[] Tags)
Tags - Tag
Note: This field may return null, indicating that no valid values can be obtained.public String getDesc()
public void setDesc(String Desc)
Desc - Description
Note: This field may return null, indicating that no valid values can be obtained.public String getSolution()
public void setSolution(String Solution)
Solution - Solution
Note: This field may return null, indicating that no valid values can be obtained.public String getFileType()
public void setFileType(String FileType)
FileType - File type
Note: This field may return null, indicating that no valid values can be obtained.public String getFileName()
public void setFileName(String FileName)
FileName - File path
Note: This field may return null, indicating that no valid values can be obtained.public String getFileMd5()
public void setFileMd5(String FileMd5)
FileMd5 - MD5 checksum of the file
Note: This field may return null, indicating that no valid values can be obtained.public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - Size
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstScanTime()
public void setFirstScanTime(String FirstScanTime)
FirstScanTime - First discovery time
Note: This field may return null, indicating that no valid values can be obtained.public String getLatestScanTime()
public void setLatestScanTime(String LatestScanTime)
LatestScanTime - Last scan time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.