public class ImageVul extends AbstractModel
Constructor and Description |
---|
ImageVul() |
ImageVul(ImageVul 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 |
getCategory()
Get Category
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCategoryType()
Get Category 2
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getComponent()
Get Component name
Note: This field may return null, indicating that no valid values can be obtained.
|
ComponentsInfo[] |
getComponents()
Get Component information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCVEID()
Get Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCvssScore()
Get CVSS score
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCvssVector()
Get CVSS information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDefenseSolution()
Get Defense solution
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDes()
Get Description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFixedVersions()
Get Number of the fixed version
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getIsSuggest()
Get Whether fix is suggested
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLevel()
Get Risk level
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Vulnerability name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOfficialSolution()
Get Solution
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPOCID()
Get POC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getReference()
Get Reference
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSubmitTime()
Get Submission time
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getTag()
Get Vulnerability tag.
|
String |
getVersion()
Get Component version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCategory(String Category)
Set Category
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCategoryType(String CategoryType)
Set Category 2
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setComponent(String Component)
Set Component name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setComponents(ComponentsInfo[] Components)
Set Component information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCVEID(String CVEID)
Set Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCvssScore(String CvssScore)
Set CVSS score
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCvssVector(String CvssVector)
Set CVSS information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDefenseSolution(String DefenseSolution)
Set Defense solution
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDes(String Des)
Set Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFixedVersions(String FixedVersions)
Set Number of the fixed version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsSuggest(String IsSuggest)
Set Whether fix is suggested
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLevel(String Level)
Set Risk level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Vulnerability name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOfficialSolution(String OfficialSolution)
Set Solution
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPOCID(String POCID)
Set POC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReference(String Reference)
Set Reference
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSubmitTime(String SubmitTime)
Set Submission time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTag(String[] Tag)
Set Vulnerability tag.
|
void |
setVersion(String Version)
Set Component version
Note: This field may return null, indicating that no valid values can be obtained.
|
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 ImageVul()
public ImageVul(ImageVul source)
public String getCVEID()
public void setCVEID(String CVEID)
CVEID
- Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.public String getPOCID()
public void setPOCID(String POCID)
POCID
- POC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Vulnerability name
Note: This field may return null, indicating that no valid values can be obtained.public ComponentsInfo[] getComponents()
public void setComponents(ComponentsInfo[] Components)
Components
- Component information
Note: This field may return null, indicating that no valid values can be obtained.public String getCategory()
public void setCategory(String Category)
Category
- Category
Note: This field may return null, indicating that no valid values can be obtained.public String getCategoryType()
public void setCategoryType(String CategoryType)
CategoryType
- Category 2
Note: This field may return null, indicating that no valid values can be obtained.public String getLevel()
public void setLevel(String Level)
Level
- Risk level
Note: This field may return null, indicating that no valid values can be obtained.public String getDes()
public void setDes(String Des)
Des
- Description
Note: This field may return null, indicating that no valid values can be obtained.public String getOfficialSolution()
public void setOfficialSolution(String OfficialSolution)
OfficialSolution
- Solution
Note: This field may return null, indicating that no valid values can be obtained.public String getReference()
public void setReference(String Reference)
Reference
- Reference
Note: This field may return null, indicating that no valid values can be obtained.public String getDefenseSolution()
public void setDefenseSolution(String DefenseSolution)
DefenseSolution
- Defense solution
Note: This field may return null, indicating that no valid values can be obtained.public String getSubmitTime()
public void setSubmitTime(String SubmitTime)
SubmitTime
- Submission time
Note: This field may return null, indicating that no valid values can be obtained.public String getCvssScore()
public void setCvssScore(String CvssScore)
CvssScore
- CVSS score
Note: This field may return null, indicating that no valid values can be obtained.public String getCvssVector()
public void setCvssVector(String CvssVector)
CvssVector
- CVSS information
Note: This field may return null, indicating that no valid values can be obtained.public String getIsSuggest()
public void setIsSuggest(String IsSuggest)
IsSuggest
- Whether fix is suggested
Note: This field may return null, indicating that no valid values can be obtained.public String getFixedVersions()
public void setFixedVersions(String FixedVersions)
FixedVersions
- Number of the fixed version
Note: This field may return null, indicating that no valid values can be obtained.public String[] getTag()
public void setTag(String[] Tag)
Tag
- Vulnerability tag. Valid values: `CanBeFixed`, `DynamicLevelPoc`, `DynamicLevelExp`.
Note: This field may return null, indicating that no valid values can be obtained.public String getComponent()
public void setComponent(String Component)
Component
- Component name
Note: This field may return null, indicating that no valid values can be obtained.public String getVersion()
public void setVersion(String Version)
Version
- Component version
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.