public class ScanVulSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScanVulSettingRequest() |
ScanVulSettingRequest(ScanVulSettingRequest 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 |
getEnableScan()
Get 是否开启扫描 1开启 0不开启
|
String |
getEndTime()
Get 扫描结束时间,如:08:00
|
Long |
getScanMethod()
Get 0版本比对,2版本比对+poc
|
String |
getStartTime()
Get 扫描开始时间,如:00:00
|
Long |
getTimerInterval()
Get 定期检测间隔时间(天)
|
String |
getTimerTime()
Get 定期检测时间,如:02:10:50
|
String[] |
getUuids()
Get 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
|
Long[] |
getVulCategories()
Get 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞, 以数组方式传参[1,2]
|
Long |
getVulEmergency()
Get 是否是应急漏洞 0 否 1 是
|
Long[] |
getVulLevels()
Get 危害等级:1-低危;2-中危;3-高危;4-严重,以数组方式传参[1,2,3]
|
void |
setEnableScan(Long EnableScan)
Set 是否开启扫描 1开启 0不开启
|
void |
setEndTime(String EndTime)
Set 扫描结束时间,如:08:00
|
void |
setScanMethod(Long ScanMethod)
Set 0版本比对,2版本比对+poc
|
void |
setStartTime(String StartTime)
Set 扫描开始时间,如:00:00
|
void |
setTimerInterval(Long TimerInterval)
Set 定期检测间隔时间(天)
|
void |
setTimerTime(String TimerTime)
Set 定期检测时间,如:02:10:50
|
void |
setUuids(String[] Uuids)
Set 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
|
void |
setVulCategories(Long[] VulCategories)
Set 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞, 以数组方式传参[1,2]
|
void |
setVulEmergency(Long VulEmergency)
Set 是否是应急漏洞 0 否 1 是
|
void |
setVulLevels(Long[] VulLevels)
Set 危害等级:1-低危;2-中危;3-高危;4-严重,以数组方式传参[1,2,3]
|
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, toJsonString
public ScanVulSettingRequest()
public ScanVulSettingRequest(ScanVulSettingRequest source)
public Long getTimerInterval()
public void setTimerInterval(Long TimerInterval)
TimerInterval
- 定期检测间隔时间(天)public Long[] getVulCategories()
public void setVulCategories(Long[] VulCategories)
VulCategories
- 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞, 以数组方式传参[1,2]public Long[] getVulLevels()
public void setVulLevels(Long[] VulLevels)
VulLevels
- 危害等级:1-低危;2-中危;3-高危;4-严重,以数组方式传参[1,2,3]public String getTimerTime()
public void setTimerTime(String TimerTime)
TimerTime
- 定期检测时间,如:02:10:50public Long getVulEmergency()
public void setVulEmergency(Long VulEmergency)
VulEmergency
- 是否是应急漏洞 0 否 1 是public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 扫描开始时间,如:00:00public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 扫描结束时间,如:08:00public Long getEnableScan()
public void setEnableScan(Long EnableScan)
EnableScan
- 是否开启扫描 1开启 0不开启public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机public Long getScanMethod()
public void setScanMethod(Long ScanMethod)
ScanMethod
- 0版本比对,2版本比对+pocCopyright © 2024. All rights reserved.