public class DescribeAssetImageScanStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAssetImageScanStatusResponse() |
DescribeAssetImageScanStatusResponse(DescribeAssetImageScanStatusResponse 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 |
getImageScanCnt()
Get Number of scanned images
|
Long |
getImageTotal()
Get Number of images
|
Long |
getLeftSeconds()
Get Remaining scan time
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getRiskCount()
Get Number of risks
|
Long |
getSchedule()
Get Scanning progress, the value of which is calculated as `ImageScanCnt`/`ImageTotal` * 100.
|
String |
getStatus()
Get Scanning status
|
Long |
getSuccessCount()
Get Number of successfully scanned images
|
void |
setImageScanCnt(Long ImageScanCnt)
Set Number of scanned images
|
void |
setImageTotal(Long ImageTotal)
Set Number of images
|
void |
setLeftSeconds(Long LeftSeconds)
Set Remaining scan time
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRiskCount(Long RiskCount)
Set Number of risks
|
void |
setSchedule(Long Schedule)
Set Scanning progress, the value of which is calculated as `ImageScanCnt`/`ImageTotal` * 100.
|
void |
setStatus(String Status)
Set Scanning status
|
void |
setSuccessCount(Long SuccessCount)
Set Number of successfully scanned images
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAssetImageScanStatusResponse()
public DescribeAssetImageScanStatusResponse(DescribeAssetImageScanStatusResponse source)
public Long getImageTotal()
public void setImageTotal(Long ImageTotal)
ImageTotal
- Number of imagespublic Long getImageScanCnt()
public void setImageScanCnt(Long ImageScanCnt)
ImageScanCnt
- Number of scanned imagespublic String getStatus()
public void setStatus(String Status)
Status
- Scanning statuspublic Long getSchedule()
public void setSchedule(Long Schedule)
Schedule
- Scanning progress, the value of which is calculated as `ImageScanCnt`/`ImageTotal` * 100.public Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount
- Number of successfully scanned imagespublic Long getRiskCount()
public void setRiskCount(Long RiskCount)
RiskCount
- Number of riskspublic Long getLeftSeconds()
public void setLeftSeconds(Long LeftSeconds)
LeftSeconds
- Remaining scan timepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.