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 已经扫描了的容器个数
|
Long |
getContainerTotal()
Get 查杀容器个数
|
String |
getEndTime()
Get 扫描结束时间
|
Long |
getLeftSeconds()
Get 剩余扫描时间
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRiskCnt()
Get 风险个数
|
Long |
getRiskContainerCnt()
Get 风险容器个数
|
String |
getScanType()
Get 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描
|
Long |
getSchedule()
Get 扫描进度 I
|
String |
getStartTime()
Get 扫描开始时间
|
String |
getStatus()
Get 扫描状态 任务状态:
SCAN_NONE:无,
SCAN_SCANNING:正在扫描中,
SCAN_FINISH:扫描完成,
SCAN_TIMEOUT:扫描超时
SCAN_CANCELING: 取消中
SCAN_CANCELED:已取消
|
void |
setContainerScanCnt(Long ContainerScanCnt)
Set 已经扫描了的容器个数
|
void |
setContainerTotal(Long ContainerTotal)
Set 查杀容器个数
|
void |
setEndTime(String EndTime)
Set 扫描结束时间
|
void |
setLeftSeconds(Long LeftSeconds)
Set 剩余扫描时间
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setRiskCnt(Long RiskCnt)
Set 风险个数
|
void |
setRiskContainerCnt(Long RiskContainerCnt)
Set 风险容器个数
|
void |
setScanType(String ScanType)
Set 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描
|
void |
setSchedule(Long Schedule)
Set 扫描进度 I
|
void |
setStartTime(String StartTime)
Set 扫描开始时间
|
void |
setStatus(String Status)
Set 扫描状态 任务状态:
SCAN_NONE:无,
SCAN_SCANNING:正在扫描中,
SCAN_FINISH:扫描完成,
SCAN_TIMEOUT:扫描超时
SCAN_CANCELING: 取消中
SCAN_CANCELED:已取消
|
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 DescribeVirusScanTaskStatusResponse()
public DescribeVirusScanTaskStatusResponse(DescribeVirusScanTaskStatusResponse source)
public Long getContainerTotal()
public void setContainerTotal(Long ContainerTotal)
ContainerTotal
- 查杀容器个数public Long getRiskContainerCnt()
public void setRiskContainerCnt(Long RiskContainerCnt)
RiskContainerCnt
- 风险容器个数public String getStatus()
public void setStatus(String Status)
Status
- 扫描状态 任务状态:
SCAN_NONE:无,
SCAN_SCANNING:正在扫描中,
SCAN_FINISH:扫描完成,
SCAN_TIMEOUT:扫描超时
SCAN_CANCELING: 取消中
SCAN_CANCELED:已取消public Long getSchedule()
public void setSchedule(Long Schedule)
Schedule
- 扫描进度 Ipublic Long getContainerScanCnt()
public void setContainerScanCnt(Long ContainerScanCnt)
ContainerScanCnt
- 已经扫描了的容器个数public Long getRiskCnt()
public void setRiskCnt(Long RiskCnt)
RiskCnt
- 风险个数public Long getLeftSeconds()
public void setLeftSeconds(Long LeftSeconds)
LeftSeconds
- 剩余扫描时间public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 扫描开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 扫描结束时间public String getScanType()
public void setScanType(String ScanType)
ScanType
- 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.