public class DescribeVirusScanTaskStatusResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeVirusScanTaskStatusResponse() | 
| DescribeVirusScanTaskStatusResponse(DescribeVirusScanTaskStatusResponse 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 | getContainerScanCnt()Get Number of scanned containers | 
| Long | getContainerTotal()Get Number of scanned containers | 
| String | getEndTime()Get Scan end time | 
| Long | getLeftSeconds()Get Remaining scan time | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getRiskCnt()Get Number of risks | 
| Long | getRiskContainerCnt()Get Number of containers at risk | 
| String | getScanType()Get Scan type. | 
| Long | getSchedule()Get Scanning progress | 
| String | getStartTime()Get Scan start time | 
| String | getStatus()Get Scan task status:
`SCAN_NONE`: None. | 
| void | setContainerScanCnt(Long ContainerScanCnt)Set Number of scanned containers | 
| void | setContainerTotal(Long ContainerTotal)Set Number of scanned containers | 
| void | setEndTime(String EndTime)Set Scan end time | 
| void | setLeftSeconds(Long LeftSeconds)Set Remaining scan time | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setRiskCnt(Long RiskCnt)Set Number of risks | 
| void | setRiskContainerCnt(Long RiskContainerCnt)Set Number of containers at risk | 
| void | setScanType(String ScanType)Set Scan type. | 
| void | setSchedule(Long Schedule)Set Scanning progress | 
| void | setStartTime(String StartTime)Set Scan start time | 
| void | setStatus(String Status)Set Scan task status:
`SCAN_NONE`: None. | 
| 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 DescribeVirusScanTaskStatusResponse()
public DescribeVirusScanTaskStatusResponse(DescribeVirusScanTaskStatusResponse source)
public Long getContainerTotal()
public void setContainerTotal(Long ContainerTotal)
ContainerTotal - Number of scanned containerspublic Long getRiskContainerCnt()
public void setRiskContainerCnt(Long RiskContainerCnt)
RiskContainerCnt - Number of containers at riskpublic String getStatus()
public void setStatus(String Status)
Status - Scan task status:
`SCAN_NONE`: None. 
`SCAN_SCANNING`: Scanning.
`SCAN_FINISH`: Scanned. 
`SCAN_TIMEOUT`: Scan timed out.
`SCAN_CANCELING`: Canceling.
`SCAN_CANCELED`: Canceled.public Long getSchedule()
public void setSchedule(Long Schedule)
Schedule - Scanning progresspublic Long getContainerScanCnt()
public void setContainerScanCnt(Long ContainerScanCnt)
ContainerScanCnt - Number of scanned containerspublic Long getRiskCnt()
public void setRiskCnt(Long RiskCnt)
RiskCnt - Number of riskspublic Long getLeftSeconds()
public void setLeftSeconds(Long LeftSeconds)
LeftSeconds - Remaining scan timepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Scan start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - Scan end timepublic String getScanType()
public void setScanType(String ScanType)
ScanType - Scan type. Valid values: `CYCLE` (periodic scan); `MANUAL` (manual scan).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.