public class DescribeAssetImageRegistryScanStatusOneKeyRequest extends AbstractModel
header, skipSign
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 需要获取进度的镜像列表
|
Long |
getTaskID()
Get 获取进度的任务ID
|
void |
setAll(Boolean All)
Set 是否获取全部镜像
|
void |
setId(Long[] Id)
Set 需要获取进度的镜像列表Id
|
void |
setImages(ImageInfo[] Images)
Set 需要获取进度的镜像列表
|
void |
setTaskID(Long TaskID)
Set 获取进度的任务ID
|
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 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
- 需要获取进度的镜像列表Idpublic Long getTaskID()
public void setTaskID(Long TaskID)
TaskID
- 获取进度的任务IDCopyright © 2024. All rights reserved.