public class DescribeImageAuthorizedInfoResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeImageAuthorizedInfoResponse() | 
| DescribeImageAuthorizedInfoResponse(DescribeImageAuthorizedInfoResponse 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 | getNotScannedImageCnt()Get Number of images with scan not enabled | 
| Long | getNotScannedLocalImageCnt()Get Number of local images with scan not enabled | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getScannedImageCnt()Get Number of images with scan enabled | 
| Long | getTotalAuthorizedCnt()Get Total number of valid image licenses | 
| Long | getUsedAuthorizedCnt()Get Number of used image licenses | 
| void | setNotScannedImageCnt(Long NotScannedImageCnt)Set Number of images with scan not enabled | 
| void | setNotScannedLocalImageCnt(Long NotScannedLocalImageCnt)Set Number of local images with scan not enabled | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setScannedImageCnt(Long ScannedImageCnt)Set Number of images with scan enabled | 
| void | setTotalAuthorizedCnt(Long TotalAuthorizedCnt)Set Total number of valid image licenses | 
| void | setUsedAuthorizedCnt(Long UsedAuthorizedCnt)Set Number of used image licenses | 
| 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 DescribeImageAuthorizedInfoResponse()
public DescribeImageAuthorizedInfoResponse(DescribeImageAuthorizedInfoResponse source)
public Long getTotalAuthorizedCnt()
public void setTotalAuthorizedCnt(Long TotalAuthorizedCnt)
TotalAuthorizedCnt - Total number of valid image licensespublic Long getUsedAuthorizedCnt()
public void setUsedAuthorizedCnt(Long UsedAuthorizedCnt)
UsedAuthorizedCnt - Number of used image licensespublic Long getScannedImageCnt()
public void setScannedImageCnt(Long ScannedImageCnt)
ScannedImageCnt - Number of images with scan enabledpublic Long getNotScannedImageCnt()
public void setNotScannedImageCnt(Long NotScannedImageCnt)
NotScannedImageCnt - Number of images with scan not enabledpublic Long getNotScannedLocalImageCnt()
public void setNotScannedLocalImageCnt(Long NotScannedLocalImageCnt)
NotScannedLocalImageCnt - Number of local images with scan not enabledpublic 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.