public class VulStoreListInfo extends AbstractModel
header, 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 Vulnerability attack level
|
String |
getCveId()
Get CVE ID
|
Long |
getFixSwitch()
Get Whether automatic vulnerability fixing is supported
0: not supported on Windows/Linux; 1: supported on Windows/Linux; 2: supported on Linux only; 3: supported on Windows only.
|
Long |
getLevel()
Get Vulnerability level
|
Long |
getMethod()
Get Vulnerability Detection Method: 0 - Version Comparison, 1 - POC Verification
|
String |
getName()
Get Vulnerability name
|
String |
getPublishDate()
Get Release time
|
Long |
getSupportDefense()
Get Whether defense against vulnerabilities is supported
0: not supported; 1: supported.
|
Long |
getVulCategory()
Get 1: web-cms vulnerabilities; 2: application vulnerabilities; 4: Linux software vulnerabilities; 5: Windows system vulnerabilities; 0: emergency vulnerabilities.
|
Long |
getVulId()
Get Vulnerability ID
|
void |
setAttackLevel(Long AttackLevel)
Set Vulnerability attack level
|
void |
setCveId(String CveId)
Set CVE ID
|
void |
setFixSwitch(Long FixSwitch)
Set Whether automatic vulnerability fixing is supported
0: not supported on Windows/Linux; 1: supported on Windows/Linux; 2: supported on Linux only; 3: supported on Windows only.
|
void |
setLevel(Long Level)
Set Vulnerability level
|
void |
setMethod(Long Method)
Set Vulnerability Detection Method: 0 - Version Comparison, 1 - POC Verification
|
void |
setName(String Name)
Set Vulnerability name
|
void |
setPublishDate(String PublishDate)
Set Release time
|
void |
setSupportDefense(Long SupportDefense)
Set Whether defense against vulnerabilities is supported
0: not supported; 1: supported.
|
void |
setVulCategory(Long VulCategory)
Set 1: web-cms vulnerabilities; 2: application vulnerabilities; 4: Linux software vulnerabilities; 5: Windows system vulnerabilities; 0: emergency vulnerabilities.
|
void |
setVulId(Long VulId)
Set Vulnerability ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VulStoreListInfo()
public VulStoreListInfo(VulStoreListInfo source)
public Long getVulId()
public void setVulId(Long VulId)
VulId
- Vulnerability IDpublic Long getLevel()
public void setLevel(Long Level)
Level
- Vulnerability levelpublic String getName()
public void setName(String Name)
Name
- Vulnerability namepublic String getCveId()
public void setCveId(String CveId)
CveId
- CVE IDpublic Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory
- 1: web-cms vulnerabilities; 2: application vulnerabilities; 4: Linux software vulnerabilities; 5: Windows system vulnerabilities; 0: emergency vulnerabilities.public String getPublishDate()
public void setPublishDate(String PublishDate)
PublishDate
- Release timepublic Long getMethod()
public void setMethod(Long Method)
Method
- Vulnerability Detection Method: 0 - Version Comparison, 1 - POC Verificationpublic Long getAttackLevel()
public void setAttackLevel(Long AttackLevel)
AttackLevel
- Vulnerability attack levelpublic Long getFixSwitch()
public void setFixSwitch(Long FixSwitch)
FixSwitch
- Whether automatic vulnerability fixing is supported
0: not supported on Windows/Linux; 1: supported on Windows/Linux; 2: supported on Linux only; 3: supported on Windows only.public Long getSupportDefense()
public void setSupportDefense(Long SupportDefense)
SupportDefense
- Whether defense against vulnerabilities is supported
0: not supported; 1: supported.Copyright © 2024. All rights reserved.