public class DescribeAssetImageRegistryScanStatusOneKeyRequest extends AbstractModel
Constructor and Description |
---|
DescribeAssetImageRegistryScanStatusOneKeyRequest() |
DescribeAssetImageRegistryScanStatusOneKeyRequest(DescribeAssetImageRegistryScanStatusOneKeyRequest 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 |
---|---|
Boolean |
getAll()
Get 是否获取全部镜像
|
Long[] |
getId()
Get 需要获取进度的镜像列表Id
|
ImageInfo[] |
getImages()
Get 需要获取进度的镜像列表
|
void |
setAll(Boolean All)
Set 是否获取全部镜像
|
void |
setId(Long[] Id)
Set 需要获取进度的镜像列表Id
|
void |
setImages(ImageInfo[] Images)
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, toJsonString
public DescribeAssetImageRegistryScanStatusOneKeyRequest()
public DescribeAssetImageRegistryScanStatusOneKeyRequest(DescribeAssetImageRegistryScanStatusOneKeyRequest source)
public ImageInfo[] getImages()
public void setImages(ImageInfo[] Images)
Images
- 需要获取进度的镜像列表public Boolean getAll()
public void setAll(Boolean All)
All
- 是否获取全部镜像public Long[] getId()
public void setId(Long[] Id)
Id
- 需要获取进度的镜像列表IdCopyright © 2022. All rights reserved.