public class VulAffectedImageInfo extends AbstractModel
Constructor and Description |
---|
VulAffectedImageInfo() |
VulAffectedImageInfo(VulAffectedImageInfo 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 |
---|---|
VulAffectedImageComponentInfo[] |
getComponentList()
Get List of components
|
Long |
getContainerCount()
Get Number of associated containers
|
Long |
getHostCount()
Get Number of associated servers
|
String |
getImageID()
Get Image ID
|
String |
getImageName()
Get Image name
|
void |
setComponentList(VulAffectedImageComponentInfo[] ComponentList)
Set List of components
|
void |
setContainerCount(Long ContainerCount)
Set Number of associated containers
|
void |
setHostCount(Long HostCount)
Set Number of associated servers
|
void |
setImageID(String ImageID)
Set Image ID
|
void |
setImageName(String ImageName)
Set Image name
|
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 VulAffectedImageInfo()
public VulAffectedImageInfo(VulAffectedImageInfo source)
public String getImageID()
public void setImageID(String ImageID)
ImageID
- Image IDpublic String getImageName()
public void setImageName(String ImageName)
ImageName
- Image namepublic Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- Number of associated serverspublic Long getContainerCount()
public void setContainerCount(Long ContainerCount)
ContainerCount
- Number of associated containerspublic VulAffectedImageComponentInfo[] getComponentList()
public void setComponentList(VulAffectedImageComponentInfo[] ComponentList)
ComponentList
- List of componentsCopyright © 2023. All rights reserved.