Class DescribeVirusScanTaskStatusResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeVirusScanTaskStatusResponse
-
public class DescribeVirusScanTaskStatusResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetContainerScanCnt()Get 已经扫描了的容器个数LonggetContainerTotal()Get 查杀容器个数StringgetEndTime()Get 扫描结束时间LonggetLeftSeconds()Get 剩余扫描时间StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetRiskCnt()Get 风险个数LonggetRiskContainerCnt()Get 风险容器个数StringgetScanType()Get 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描LonggetSchedule()Get 扫描进度 IStringgetStartTime()Get 扫描开始时间StringgetStatus()Get 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消voidsetContainerScanCnt(Long ContainerScanCnt)Set 已经扫描了的容器个数voidsetContainerTotal(Long ContainerTotal)Set 查杀容器个数voidsetEndTime(String EndTime)Set 扫描结束时间voidsetLeftSeconds(Long LeftSeconds)Set 剩余扫描时间voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetRiskCnt(Long RiskCnt)Set 风险个数voidsetRiskContainerCnt(Long RiskContainerCnt)Set 风险容器个数voidsetScanType(String ScanType)Set 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描voidsetSchedule(Long Schedule)Set 扫描进度 IvoidsetStartTime(String StartTime)Set 扫描开始时间voidsetStatus(String Status)Set 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVirusScanTaskStatusResponse
public DescribeVirusScanTaskStatusResponse()
-
DescribeVirusScanTaskStatusResponse
public 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.
-
-
Method Detail
-
getContainerTotal
public Long getContainerTotal()
Get 查杀容器个数- Returns:
- ContainerTotal 查杀容器个数
-
setContainerTotal
public void setContainerTotal(Long ContainerTotal)
Set 查杀容器个数- Parameters:
ContainerTotal- 查杀容器个数
-
getRiskContainerCnt
public Long getRiskContainerCnt()
Get 风险容器个数- Returns:
- RiskContainerCnt 风险容器个数
-
setRiskContainerCnt
public void setRiskContainerCnt(Long RiskContainerCnt)
Set 风险容器个数- Parameters:
RiskContainerCnt- 风险容器个数
-
getStatus
public String getStatus()
Get 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消- Returns:
- Status 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消
-
setStatus
public void setStatus(String Status)
Set 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消- Parameters:
Status- 扫描状态 任务状态: SCAN_NONE:无, SCAN_SCANNING:正在扫描中, SCAN_FINISH:扫描完成, SCAN_TIMEOUT:扫描超时 SCAN_CANCELING: 取消中 SCAN_CANCELED:已取消
-
getSchedule
public Long getSchedule()
Get 扫描进度 I- Returns:
- Schedule 扫描进度 I
-
setSchedule
public void setSchedule(Long Schedule)
Set 扫描进度 I- Parameters:
Schedule- 扫描进度 I
-
getContainerScanCnt
public Long getContainerScanCnt()
Get 已经扫描了的容器个数- Returns:
- ContainerScanCnt 已经扫描了的容器个数
-
setContainerScanCnt
public void setContainerScanCnt(Long ContainerScanCnt)
Set 已经扫描了的容器个数- Parameters:
ContainerScanCnt- 已经扫描了的容器个数
-
getRiskCnt
public Long getRiskCnt()
Get 风险个数- Returns:
- RiskCnt 风险个数
-
setRiskCnt
public void setRiskCnt(Long RiskCnt)
Set 风险个数- Parameters:
RiskCnt- 风险个数
-
getLeftSeconds
public Long getLeftSeconds()
Get 剩余扫描时间- Returns:
- LeftSeconds 剩余扫描时间
-
setLeftSeconds
public void setLeftSeconds(Long LeftSeconds)
Set 剩余扫描时间- Parameters:
LeftSeconds- 剩余扫描时间
-
getStartTime
public String getStartTime()
Get 扫描开始时间- Returns:
- StartTime 扫描开始时间
-
setStartTime
public void setStartTime(String StartTime)
Set 扫描开始时间- Parameters:
StartTime- 扫描开始时间
-
getEndTime
public String getEndTime()
Get 扫描结束时间- Returns:
- EndTime 扫描结束时间
-
setEndTime
public void setEndTime(String EndTime)
Set 扫描结束时间- Parameters:
EndTime- 扫描结束时间
-
getScanType
public String getScanType()
Get 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描- Returns:
- ScanType 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描
-
setScanType
public void setScanType(String ScanType)
Set 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描- Parameters:
ScanType- 扫描类型,"CYCLE":周期扫描, "MANUAL":手动扫描
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-