public class ModifyAssetImageRegistryScanStopRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAssetImageRegistryScanStopRequest() |
ModifyAssetImageRegistryScanStopRequest(ModifyAssetImageRegistryScanStopRequest 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[] |
getExcludeImageList()
Get List of images not to be scanned, which is used together with `Filters`.
|
AssetFilters[] |
getFilters()
Get Filter
|
Long[] |
getId()
Get List of scanned images
|
ImageInfo[] |
getImages()
Get List of scanned images
|
Boolean |
getOnlyScanLatest()
Get Whether to scan only the latest repository images
|
void |
setAll(Boolean All)
Set Whether to scan all images
|
void |
setExcludeImageList(Long[] ExcludeImageList)
Set List of images not to be scanned, which is used together with `Filters`.
|
void |
setFilters(AssetFilters[] Filters)
Set Filter
|
void |
setId(Long[] Id)
Set List of scanned images
|
void |
setImages(ImageInfo[] Images)
Set List of scanned images
|
void |
setOnlyScanLatest(Boolean OnlyScanLatest)
Set Whether to scan only the latest repository 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 ModifyAssetImageRegistryScanStopRequest()
public ModifyAssetImageRegistryScanStopRequest(ModifyAssetImageRegistryScanStopRequest 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 scanned imagespublic AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters
- Filterpublic Long[] getExcludeImageList()
public void setExcludeImageList(Long[] ExcludeImageList)
ExcludeImageList
- List of images not to be scanned, which is used together with `Filters`.public Boolean getOnlyScanLatest()
public void setOnlyScanLatest(Boolean OnlyScanLatest)
OnlyScanLatest
- Whether to scan only the latest repository imagesCopyright © 2024. All rights reserved.