Class ModifyAssetImageRegistryScanStopOneKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifyAssetImageRegistryScanStopOneKeyRequest
-
public class ModifyAssetImageRegistryScanStopOneKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAssetImageRegistryScanStopOneKeyRequest()
ModifyAssetImageRegistryScanStopOneKeyRequest(ModifyAssetImageRegistryScanStopOneKeyRequest 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 Boolean
getAll()
Get 是否扫描全部镜像Long[]
getId()
Get 扫描的镜像列表IdImageInfo[]
getImages()
Get 扫描的镜像列表Long
getTaskID()
Get 停止的任务IDvoid
setAll(Boolean All)
Set 是否扫描全部镜像void
setId(Long[] Id)
Set 扫描的镜像列表Idvoid
setImages(ImageInfo[] Images)
Set 扫描的镜像列表void
setTaskID(Long TaskID)
Set 停止的任务IDvoid
toMap(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
-
ModifyAssetImageRegistryScanStopOneKeyRequest
public ModifyAssetImageRegistryScanStopOneKeyRequest()
-
ModifyAssetImageRegistryScanStopOneKeyRequest
public ModifyAssetImageRegistryScanStopOneKeyRequest(ModifyAssetImageRegistryScanStopOneKeyRequest 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
-
getAll
public Boolean getAll()
Get 是否扫描全部镜像- Returns:
- All 是否扫描全部镜像
-
setAll
public void setAll(Boolean All)
Set 是否扫描全部镜像- Parameters:
All
- 是否扫描全部镜像
-
getImages
public ImageInfo[] getImages()
Get 扫描的镜像列表- Returns:
- Images 扫描的镜像列表
-
setImages
public void setImages(ImageInfo[] Images)
Set 扫描的镜像列表- Parameters:
Images
- 扫描的镜像列表
-
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
-
-