Class DescribeAssetImageRegistryScanStatusOneKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeAssetImageRegistryScanStatusOneKeyRequest
-
public class DescribeAssetImageRegistryScanStatusOneKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAll()Get 是否获取全部镜像Long[]getId()Get 需要获取进度的镜像列表IdImageInfo[]getImages()Get 需要获取进度的镜像列表LonggetTaskID()Get 获取进度的任务IDvoidsetAll(Boolean All)Set 是否获取全部镜像voidsetId(Long[] Id)Set 需要获取进度的镜像列表IdvoidsetImages(ImageInfo[] Images)Set 需要获取进度的镜像列表voidsetTaskID(Long TaskID)Set 获取进度的任务IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAssetImageRegistryScanStatusOneKeyRequest
public DescribeAssetImageRegistryScanStatusOneKeyRequest()
-
DescribeAssetImageRegistryScanStatusOneKeyRequest
public 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.
-
-
Method Detail
-
getImages
public ImageInfo[] getImages()
Get 需要获取进度的镜像列表- Returns:
- Images 需要获取进度的镜像列表
-
setImages
public void setImages(ImageInfo[] Images)
Set 需要获取进度的镜像列表- Parameters:
Images- 需要获取进度的镜像列表
-
getAll
public Boolean getAll()
Get 是否获取全部镜像- Returns:
- All 是否获取全部镜像
-
setAll
public void setAll(Boolean All)
Set 是否获取全部镜像- Parameters:
All- 是否获取全部镜像
-
getId
public Long[] getId()
Get 需要获取进度的镜像列表Id- Returns:
- Id 需要获取进度的镜像列表Id
-
setId
public void setId(Long[] Id)
Set 需要获取进度的镜像列表Id- Parameters:
Id- 需要获取进度的镜像列表Id
-
getTaskID
public Long getTaskID()
Get 获取进度的任务ID- Returns:
- TaskID 获取进度的任务ID
-
setTaskID
public void setTaskID(Long TaskID)
Set 获取进度的任务ID- Parameters:
TaskID- 获取进度的任务ID
-
-