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 未开启扫描镜像数
|
Long |
getNotScannedLocalImageCnt()
Get 本地未开启扫描镜像数
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getScannedImageCnt()
Get 已开启扫描镜像数
|
Long |
getTotalAuthorizedCnt()
Get 总共有效的镜像授权数
|
Long |
getUsedAuthorizedCnt()
Get 已使用镜像授权数
|
void |
setNotScannedImageCnt(Long NotScannedImageCnt)
Set 未开启扫描镜像数
|
void |
setNotScannedLocalImageCnt(Long NotScannedLocalImageCnt)
Set 本地未开启扫描镜像数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setScannedImageCnt(Long ScannedImageCnt)
Set 已开启扫描镜像数
|
void |
setTotalAuthorizedCnt(Long TotalAuthorizedCnt)
Set 总共有效的镜像授权数
|
void |
setUsedAuthorizedCnt(Long UsedAuthorizedCnt)
Set 已使用镜像授权数
|
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 - 总共有效的镜像授权数public Long getUsedAuthorizedCnt()
public void setUsedAuthorizedCnt(Long UsedAuthorizedCnt)
UsedAuthorizedCnt - 已使用镜像授权数public Long getScannedImageCnt()
public void setScannedImageCnt(Long ScannedImageCnt)
ScannedImageCnt - 已开启扫描镜像数public Long getNotScannedImageCnt()
public void setNotScannedImageCnt(Long NotScannedImageCnt)
NotScannedImageCnt - 未开启扫描镜像数public Long getNotScannedLocalImageCnt()
public void setNotScannedLocalImageCnt(Long NotScannedLocalImageCnt)
NotScannedLocalImageCnt - 本地未开启扫描镜像数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.