public class VulStoreListInfo extends AbstractModel
skipSign
Constructor and Description |
---|
VulStoreListInfo() |
VulStoreListInfo(VulStoreListInfo 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 |
---|---|
Long |
getAttackLevel()
Get 漏洞攻击热度
|
String |
getCveId()
Get cve编号
|
Long |
getFixSwitch()
Get 漏洞是否支持自动修复
0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
|
Long |
getLevel()
Get 漏洞级别
|
Long |
getMethod()
Get 漏洞检测方法 0 - 版本比对, 1 - POC验证
|
String |
getName()
Get 漏洞名称
|
String |
getPublishDate()
Get 发布时间
|
Long |
getSupportDefense()
Get 漏洞是否支持防御
0:不支持 1:支持
|
Long |
getVulCategory()
Get 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
|
Long |
getVulId()
Get 漏洞ID
|
void |
setAttackLevel(Long AttackLevel)
Set 漏洞攻击热度
|
void |
setCveId(String CveId)
Set cve编号
|
void |
setFixSwitch(Long FixSwitch)
Set 漏洞是否支持自动修复
0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
|
void |
setLevel(Long Level)
Set 漏洞级别
|
void |
setMethod(Long Method)
Set 漏洞检测方法 0 - 版本比对, 1 - POC验证
|
void |
setName(String Name)
Set 漏洞名称
|
void |
setPublishDate(String PublishDate)
Set 发布时间
|
void |
setSupportDefense(Long SupportDefense)
Set 漏洞是否支持防御
0:不支持 1:支持
|
void |
setVulCategory(Long VulCategory)
Set 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
|
void |
setVulId(Long VulId)
Set 漏洞ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VulStoreListInfo()
public VulStoreListInfo(VulStoreListInfo source)
public Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞IDpublic Long getLevel()
public void setLevel(Long Level)
Level
- 漏洞级别public String getName()
public void setName(String Name)
Name
- 漏洞名称public String getCveId()
public void setCveId(String CveId)
CveId
- cve编号public Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory
- 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞public String getPublishDate()
public void setPublishDate(String PublishDate)
PublishDate
- 发布时间public Long getMethod()
public void setMethod(Long Method)
Method
- 漏洞检测方法 0 - 版本比对, 1 - POC验证public Long getAttackLevel()
public void setAttackLevel(Long AttackLevel)
AttackLevel
- 漏洞攻击热度public Long getFixSwitch()
public void setFixSwitch(Long FixSwitch)
FixSwitch
- 漏洞是否支持自动修复
0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windowspublic Long getSupportDefense()
public void setSupportDefense(Long SupportDefense)
SupportDefense
- 漏洞是否支持防御
0:不支持 1:支持Copyright © 2023. All rights reserved.