public class ImageVirusInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ImageVirusInfo()  | 
ImageVirusInfo(ImageVirusInfo 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[] | 
getCheckPlatform()
Get Check platform
`1`: Tencent Cloud Security Engine. 
 | 
String | 
getDesc()
Get Description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getFileName()
Get Filename
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 | 
getMd5()
Get MD5 checksum of the file
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. 
 | 
Long | 
getRiskLevel()
Get Risk level
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getSize()
Get Size
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSolution()
Get Fix suggestion
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 | 
setCheckPlatform(String[] CheckPlatform)
Set Check platform
`1`: Tencent Cloud Security Engine. 
 | 
void | 
setDesc(String Desc)
Set Description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setFileName(String FileName)
Set Filename
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 | 
setMd5(String Md5)
Set MD5 checksum of the file
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(Long RiskLevel)
Set Risk level
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSize(Long Size)
Set Size
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSolution(String Solution)
Set Fix suggestion
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageVirusInfo()
public ImageVirusInfo(ImageVirusInfo 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 Long getRiskLevel()
public void setRiskLevel(Long RiskLevel)
RiskLevel - Risk level
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 - Fix suggestion
Note: This field may return null, indicating that no valid values can be obtained.public Long getSize()
public void setSize(Long Size)
Size - 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.public String getMd5()
public void setMd5(String Md5)
Md5 - MD5 checksum of the file
Note: This field may return null, indicating that no valid values can be obtained.public String getFileName()
public void setFileName(String FileName)
FileName - Filename
Note: This field may return null, indicating that no valid values can be obtained.public String[] getCheckPlatform()
public void setCheckPlatform(String[] CheckPlatform)
CheckPlatform - Check platform
`1`: Tencent Cloud Security Engine.
`2`: tav.
`3`: binaryAi.
`4`: Unusual behavior.
`5`: Threat intelligence.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.