public class EmergencyVul extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EmergencyVul() | 
| EmergencyVul(EmergencyVul 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 Attack intensity level
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getCategory()Get Vulnerability category | 
| String | getCveId()Get CVE ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Float | getCvssScore()Get CVSS score
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDefenseAttackCount()Get Number of Attacks Defended
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getDefenseState()Get Whether vulnerability defense is enabled on hosts with vulnerabilities
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getHostCount()Get Number of affected machines
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getIsSupportDefense()Get Whether to support defense: 0: no; 1: yes
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLabels()Get Vulnerability Tags, Separated by Multiple Commas
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getLastScanTime()Get Last scan time | 
| Long | getLevel()Get Vulnerability level | 
| Long | getMethod()Get Detection rule: 0: version comparison; 1: POC verification
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getProgress()Get Scan progress | 
| String | getPublishDate()Get Release date | 
| Long | getStatus()Get Vulnerability status. | 
| Long | getVulId()Get Vulnerability ID | 
| String | getVulName()Get Vulnerability name | 
| void | setAttackLevel(Long AttackLevel)Set Attack intensity level
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCategory(Long Category)Set Vulnerability category | 
| void | setCveId(String CveId)Set CVE ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCvssScore(Float CvssScore)Set CVSS score
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDefenseAttackCount(Long DefenseAttackCount)Set Number of Attacks Defended
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDefenseState(Boolean DefenseState)Set Whether vulnerability defense is enabled on hosts with vulnerabilities
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHostCount(Long HostCount)Set Number of affected machines
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsSupportDefense(Long IsSupportDefense)Set Whether to support defense: 0: no; 1: yes
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLabels(String Labels)Set Vulnerability Tags, Separated by Multiple Commas
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setLastScanTime(String LastScanTime)Set Last scan time | 
| void | setLevel(Long Level)Set Vulnerability level | 
| void | setMethod(Long Method)Set Detection rule: 0: version comparison; 1: POC verification
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProgress(Long Progress)Set Scan progress | 
| void | setPublishDate(String PublishDate)Set Release date | 
| void | setStatus(Long Status)Set Vulnerability status. | 
| void | setVulId(Long VulId)Set Vulnerability ID | 
| void | setVulName(String VulName)Set Vulnerability name | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EmergencyVul()
public EmergencyVul(EmergencyVul source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability IDpublic Long getLevel()
public void setLevel(Long Level)
Level - Vulnerability levelpublic String getVulName()
public void setVulName(String VulName)
VulName - Vulnerability namepublic String getPublishDate()
public void setPublishDate(String PublishDate)
PublishDate - Release datepublic Long getCategory()
public void setCategory(Long Category)
Category - Vulnerability categorypublic Long getStatus()
public void setStatus(Long Status)
Status - Vulnerability status. 0: not detected; 1: at risk; 2: not at risk; 3: show progress during checkpublic String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime - Last scan timepublic Long getProgress()
public void setProgress(Long Progress)
Progress - Scan progresspublic String getCveId()
public void setCveId(String CveId)
CveId - CVE ID
Note: This field may return null, indicating that no valid values can be obtained.public Float getCvssScore()
public void setCvssScore(Float CvssScore)
CvssScore - CVSS score
Note: This field may return null, indicating that no valid values can be obtained.public String getLabels()
public void setLabels(String Labels)
Labels - Vulnerability Tags, Separated by Multiple Commas
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount - Number of affected machines
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsSupportDefense()
public void setIsSupportDefense(Long IsSupportDefense)
IsSupportDefense - Whether to support defense: 0: no; 1: yes
Note: This field may return null, indicating that no valid values can be obtained.public Long getDefenseAttackCount()
public void setDefenseAttackCount(Long DefenseAttackCount)
DefenseAttackCount - Number of Attacks Defended
Note: This field may return null, indicating that no valid values can be obtained.public Long getMethod()
public void setMethod(Long Method)
Method - Detection rule: 0: version comparison; 1: POC verification
Note: This field may return null, indicating that no valid values can be obtained.public Long getAttackLevel()
public void setAttackLevel(Long AttackLevel)
AttackLevel - Attack intensity level
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getDefenseState()
public void setDefenseState(Boolean DefenseState)
DefenseState - Whether vulnerability defense is enabled on hosts with vulnerabilities
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.