public class DescribeVirusAutoIsolateSampleDetailResponse extends AbstractModel
Constructor and Description |
---|
DescribeVirusAutoIsolateSampleDetailResponse() |
DescribeVirusAutoIsolateSampleDetailResponse(DescribeVirusAutoIsolateSampleDetailResponse 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 |
getHarmDescribe()
Get Event description
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getKillEngine()
Get Anti-virus engine
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMD5()
Get MD5 checksum of the file
|
String |
getReferenceLink()
Get Reference link
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getRiskLevel()
Get Risk level.
|
Long |
getSize()
Get File size (B)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSuggestScheme()
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 |
setHarmDescribe(String HarmDescribe)
Set Event description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setKillEngine(String[] KillEngine)
Set Anti-virus engine
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMD5(String MD5)
Set MD5 checksum of the file
|
void |
setReferenceLink(String ReferenceLink)
Set Reference link
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRiskLevel(String RiskLevel)
Set Risk level.
|
void |
setSize(Long Size)
Set File size (B)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSuggestScheme(String SuggestScheme)
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, toJsonString
public DescribeVirusAutoIsolateSampleDetailResponse()
public DescribeVirusAutoIsolateSampleDetailResponse(DescribeVirusAutoIsolateSampleDetailResponse source)
public String getMD5()
public void setMD5(String MD5)
MD5
- MD5 checksum of the filepublic Long getSize()
public void setSize(Long Size)
Size
- File size (B)
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 getRiskLevel()
public void setRiskLevel(String RiskLevel)
RiskLevel
- Risk level. Valid values: `RISK_CRITICAL`, `RISK_HIGH`, `RISK_MEDIUM`, `RISK_LOW`, `RISK_NOTICE`.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getKillEngine()
public void setKillEngine(String[] KillEngine)
KillEngine
- Anti-virus engine
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 getHarmDescribe()
public void setHarmDescribe(String HarmDescribe)
HarmDescribe
- Event description
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestScheme()
public void setSuggestScheme(String SuggestScheme)
SuggestScheme
- Solution
Note: This field may return null, indicating that no valid values can be obtained.public String getReferenceLink()
public void setReferenceLink(String ReferenceLink)
ReferenceLink
- Reference link
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.