public class DescribeImageAuthorizedInfoResponse extends AbstractModel
header, skipSign
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, 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 |
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, 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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, 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.