public class ScanVulRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScanVulRequest() | 
| ScanVulRequest(ScanVulRequest 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 | getHostType()Get 服务器分类:1:专业版服务器;2:自选服务器 | 
| String[] | getQuuidList()Get 自选服务器时生效,主机quuid的string数组 | 
| Long | getScanMethod()Get 0版本比对,2版本比对+poc | 
| Long | getTimeoutPeriod()Get 超时时长 单位秒 默认 3600 秒 | 
| String | getVulCategories()Get 漏洞类型:1: web-cms漏洞 2:应用漏洞  4: Linux软件漏洞 5: Windows系统漏洞 (多选英文;分隔) | 
| Long | getVulEmergency()Get 是否是应急漏洞 0 否 1 是 | 
| Long[] | getVulIds()Get 需要扫描的漏洞id | 
| String | getVulLevels()Get 危害等级:1-低危;2-中危;3-高危;4-严重 (多选英文;分隔) | 
| void | setHostType(Long HostType)Set 服务器分类:1:专业版服务器;2:自选服务器 | 
| void | setQuuidList(String[] QuuidList)Set 自选服务器时生效,主机quuid的string数组 | 
| void | setScanMethod(Long ScanMethod)Set 0版本比对,2版本比对+poc | 
| void | setTimeoutPeriod(Long TimeoutPeriod)Set 超时时长 单位秒 默认 3600 秒 | 
| void | setVulCategories(String VulCategories)Set 漏洞类型:1: web-cms漏洞 2:应用漏洞  4: Linux软件漏洞 5: Windows系统漏洞 (多选英文;分隔) | 
| void | setVulEmergency(Long VulEmergency)Set 是否是应急漏洞 0 否 1 是 | 
| void | setVulIds(Long[] VulIds)Set 需要扫描的漏洞id | 
| void | setVulLevels(String VulLevels)Set 危害等级:1-低危;2-中危;3-高危;4-严重 (多选英文;分隔) | 
| 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 ScanVulRequest()
public ScanVulRequest(ScanVulRequest source)
public String getVulLevels()
public void setVulLevels(String VulLevels)
VulLevels - 危害等级:1-低危;2-中危;3-高危;4-严重 (多选英文;分隔)public Long getHostType()
public void setHostType(Long HostType)
HostType - 服务器分类:1:专业版服务器;2:自选服务器public String getVulCategories()
public void setVulCategories(String VulCategories)
VulCategories - 漏洞类型:1: web-cms漏洞 2:应用漏洞  4: Linux软件漏洞 5: Windows系统漏洞 (多选英文;分隔)public String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - 自选服务器时生效,主机quuid的string数组public Long getVulEmergency()
public void setVulEmergency(Long VulEmergency)
VulEmergency - 是否是应急漏洞 0 否 1 是public Long getTimeoutPeriod()
public void setTimeoutPeriod(Long TimeoutPeriod)
TimeoutPeriod - 超时时长 单位秒 默认 3600 秒public Long[] getVulIds()
public void setVulIds(Long[] VulIds)
VulIds - 需要扫描的漏洞idpublic Long getScanMethod()
public void setScanMethod(Long ScanMethod)
ScanMethod - 0版本比对,2版本比对+pocCopyright © 2025. All rights reserved.