public class ModifyIgnoreVul extends AbstractModel
Constructor and Description |
---|
ModifyIgnoreVul() |
ModifyIgnoreVul(ModifyIgnoreVul 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 |
---|---|
String[] |
getImageIDs()
Get IDs of images to be ignored.
|
String |
getImageType()
Get When there is an image
Image type.
|
String |
getPocID()
Get POC ID
|
void |
setImageIDs(String[] ImageIDs)
Set IDs of images to be ignored.
|
void |
setImageType(String ImageType)
Set When there is an image
Image type.
|
void |
setPocID(String PocID)
Set POC ID
|
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 ModifyIgnoreVul()
public ModifyIgnoreVul(ModifyIgnoreVul source)
public String getPocID()
public void setPocID(String PocID)
PocID
- POC IDpublic String[] getImageIDs()
public void setImageIDs(String[] ImageIDs)
ImageIDs
- IDs of images to be ignored. If it is not specified, it indicates to ignore all.public String getImageType()
public void setImageType(String ImageType)
ImageType
- When there is an image
Image type. Valid values: `LOCAL` (local image); `REGISTRY` (repository image).Copyright © 2023. All rights reserved.