public class DescribeAssetImageRegistryScanStatusOneKeyResponse extends AbstractModel
Constructor and Description |
---|
DescribeAssetImageRegistryScanStatusOneKeyResponse() |
DescribeAssetImageRegistryScanStatusOneKeyResponse(DescribeAssetImageRegistryScanStatusOneKeyResponse 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
|
ImageProgress[] |
getImageStatus()
Get Scanning progress list
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getImageTotal()
Get Number of images
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getRiskCount()
Get Number of risks
|
Long |
getScanRemainTime()
Get Remaining scan time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSchedule()
Get Scanning progress
|
String |
getStatus()
Get Scanning status
|
Long |
getSuccessCount()
Get Number of successfully scanned images
|
void |
setImageScanCnt(Long ImageScanCnt)
Set Number of scanned images
|
void |
setImageStatus(ImageProgress[] ImageStatus)
Set Scanning progress list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setImageTotal(Long ImageTotal)
Set Number of images
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRiskCount(Long RiskCount)
Set Number of risks
|
void |
setScanRemainTime(Long ScanRemainTime)
Set Remaining scan time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSchedule(Long Schedule)
Set Scanning progress
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAssetImageRegistryScanStatusOneKeyResponse()
public DescribeAssetImageRegistryScanStatusOneKeyResponse(DescribeAssetImageRegistryScanStatusOneKeyResponse 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 ImageProgress[] getImageStatus()
public void setImageStatus(ImageProgress[] ImageStatus)
ImageStatus
- Scanning progress list
Note: This field may return null, indicating that no valid values can be obtained.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 getSchedule()
public void setSchedule(Long Schedule)
Schedule
- Scanning progresspublic String getStatus()
public void setStatus(String Status)
Status
- Scanning statuspublic Long getScanRemainTime()
public void setScanRemainTime(Long ScanRemainTime)
ScanRemainTime
- Remaining scan time
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.