public class DescribeVirusSummaryResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVirusSummaryResponse() | 
| DescribeVirusSummaryResponse(DescribeVirusSummaryResponse 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 | 
|---|---|
| Long | getIsolateCnt()Get Total number of isolated events
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getIsolateIncrease()Get Increase in the number of isolated events from yesterday
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. | 
| Long | getRiskCnt()Get Number of pending risks
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRiskContainerCnt()Get Number of containers affected by the trojan
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRiskContainerIncrease()Get Increase in the number of containers affected by trojans from yesterday
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRiskIncrease()Get Increase in the number of pending risks from yesterday
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTaskId()Get ID of the last scan task | 
| String | getVirusDataBaseModifyTime()Get Update time of the virus library
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsolateCnt(Long IsolateCnt)Set Total number of isolated events
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsolateIncrease(Long IsolateIncrease)Set Increase in the number of isolated events from yesterday
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 | setRiskCnt(Long RiskCnt)Set Number of pending risks
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRiskContainerCnt(Long RiskContainerCnt)Set Number of containers affected by the trojan
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRiskContainerIncrease(Long RiskContainerIncrease)Set Increase in the number of containers affected by trojans from yesterday
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRiskIncrease(Long RiskIncrease)Set Increase in the number of pending risks from yesterday
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTaskId(String TaskId)Set ID of the last scan task | 
| void | setVirusDataBaseModifyTime(String VirusDataBaseModifyTime)Set Update time of the virus library
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 DescribeVirusSummaryResponse()
public DescribeVirusSummaryResponse(DescribeVirusSummaryResponse source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - ID of the last scan taskpublic Long getRiskContainerCnt()
public void setRiskContainerCnt(Long RiskContainerCnt)
RiskContainerCnt - Number of containers affected by the trojan
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskCnt()
public void setRiskCnt(Long RiskCnt)
RiskCnt - Number of pending risks
Note: This field may return null, indicating that no valid values can be obtained.public String getVirusDataBaseModifyTime()
public void setVirusDataBaseModifyTime(String VirusDataBaseModifyTime)
VirusDataBaseModifyTime - Update time of the virus library
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskContainerIncrease()
public void setRiskContainerIncrease(Long RiskContainerIncrease)
RiskContainerIncrease - Increase in the number of containers affected by trojans from yesterday
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskIncrease()
public void setRiskIncrease(Long RiskIncrease)
RiskIncrease - Increase in the number of pending risks from yesterday
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsolateIncrease()
public void setIsolateIncrease(Long IsolateIncrease)
IsolateIncrease - Increase in the number of isolated events from yesterday
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsolateCnt()
public void setIsolateCnt(Long IsolateCnt)
IsolateCnt - Total number of isolated events
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.