public class CreateAssetImageRegistryScanTaskRequest extends AbstractModel
Constructor and Description |
---|
CreateAssetImageRegistryScanTaskRequest() |
CreateAssetImageRegistryScanTaskRequest(CreateAssetImageRegistryScanTaskRequest 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, which is used together with `Filters`.
|
String[] |
getScanType()
Get Array of scan types
|
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, which is used together with `Filters`.
|
void |
setScanType(String[] ScanType)
Set Array of scan types
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateAssetImageRegistryScanTaskRequest()
public CreateAssetImageRegistryScanTaskRequest(CreateAssetImageRegistryScanTaskRequest 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 String[] getScanType()
public void setScanType(String[] ScanType)
ScanType
- Array of scan typespublic 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 images, which is used together with `Filters`.Copyright © 2023. All rights reserved.