public class VulTendencyInfo extends AbstractModel
Constructor and Description |
---|
VulTendencyInfo() |
VulTendencyInfo(VulTendencyInfo 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 |
getImageType()
Get Image type affected by vulnerabilities:
`LOCAL`: Local image.
|
RunTimeTendencyInfo[] |
getVulSet()
Get List of vulnerability trends
|
void |
setImageType(String ImageType)
Set Image type affected by vulnerabilities:
`LOCAL`: Local image.
|
void |
setVulSet(RunTimeTendencyInfo[] VulSet)
Set List of vulnerability trends
|
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 VulTendencyInfo()
public VulTendencyInfo(VulTendencyInfo source)
public RunTimeTendencyInfo[] getVulSet()
public void setVulSet(RunTimeTendencyInfo[] VulSet)
VulSet
- List of vulnerability trendspublic String getImageType()
public void setImageType(String ImageType)
ImageType
- Image type affected by vulnerabilities:
`LOCAL`: Local image.
`REGISTRY`: Repository image.Copyright © 2023. All rights reserved.