public class ModifyAssetImageRegistryScanStopOneKeyRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAll()
Get Whether to scan all images
|
Long[] |
getId()
Get List of IDs of scanned images
|
ImageInfo[] |
getImages()
Get List of scanned images
|
void |
setAll(Boolean All)
Set Whether to scan all images
|
void |
setId(Long[] Id)
Set List of IDs of scanned images
|
void |
setImages(ImageInfo[] Images)
Set List of scanned images
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyAssetImageRegistryScanStopOneKeyRequest()
public ModifyAssetImageRegistryScanStopOneKeyRequest(ModifyAssetImageRegistryScanStopOneKeyRequest source)
public Boolean getAll()
public void setAll(Boolean All)
All
- Whether to scan all imagespublic ImageInfo[] getImages()
public void setImages(ImageInfo[] Images)
Images
- List of scanned imagespublic Long[] getId()
public void setId(Long[] Id)
Id
- List of IDs of scanned imagesCopyright © 2024. All rights reserved.