public class DescribeScanVulSettingResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeScanVulSettingResponse() |
DescribeScanVulSettingResponse(DescribeScanVulSettingResponse 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 |
getClickTimeout()
Get One-click scan timeout duration, such as 1800 seconds
|
Long |
getEnableScan()
Get Whether enabled
|
String |
getEndTime()
Get End time
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getScanMethod()
Get
|
String |
getStartTime()
Get Start time
|
Long |
getTimerInterval()
Get Regular detection interval (days)
|
String |
getTimerTime()
Get Regular detection time, such as 00:00
|
String[] |
getUuids()
Get If empty, scan hosts with all Professional, Premium, and General Discount editions by default; if not empty, only scan the selected hosts.
|
String |
getVulCategories()
Get Vulnerability type: 1 - web-cms vulnerabilities; 2 - application vulnerabilities; 4 - Linux software vulnerabilities; 5 - Windows system vulnerabilities
|
Long |
getVulEmergency()
Get Whether an emergency vulnerability: 0 - no; 1 - yes
|
String |
getVulLevels()
Get Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - critical (multiple selections are separated by English commas)
|
void |
setClickTimeout(Long ClickTimeout)
Set One-click scan timeout duration, such as 1800 seconds
|
void |
setEnableScan(Long EnableScan)
Set Whether enabled
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setScanMethod(Long ScanMethod)
Set
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setTimerInterval(Long TimerInterval)
Set Regular detection interval (days)
|
void |
setTimerTime(String TimerTime)
Set Regular detection time, such as 00:00
|
void |
setUuids(String[] Uuids)
Set If empty, scan hosts with all Professional, Premium, and General Discount editions by default; if not empty, only scan the selected hosts.
|
void |
setVulCategories(String VulCategories)
Set Vulnerability type: 1 - web-cms vulnerabilities; 2 - application vulnerabilities; 4 - Linux software vulnerabilities; 5 - Windows system vulnerabilities
|
void |
setVulEmergency(Long VulEmergency)
Set Whether an emergency vulnerability: 0 - no; 1 - yes
|
void |
setVulLevels(String VulLevels)
Set Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - critical (multiple selections are separated by English commas)
|
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 DescribeScanVulSettingResponse()
public DescribeScanVulSettingResponse(DescribeScanVulSettingResponse source)
public String getVulCategories()
public void setVulCategories(String VulCategories)
VulCategories
- Vulnerability type: 1 - web-cms vulnerabilities; 2 - application vulnerabilities; 4 - Linux software vulnerabilities; 5 - Windows system vulnerabilitiespublic String getVulLevels()
public void setVulLevels(String VulLevels)
VulLevels
- Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - critical (multiple selections are separated by English commas)public Long getTimerInterval()
public void setTimerInterval(Long TimerInterval)
TimerInterval
- Regular detection interval (days)public String getTimerTime()
public void setTimerTime(String TimerTime)
TimerTime
- Regular detection time, such as 00:00public Long getVulEmergency()
public void setVulEmergency(Long VulEmergency)
VulEmergency
- Whether an emergency vulnerability: 0 - no; 1 - yespublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic Long getEnableScan()
public void setEnableScan(Long EnableScan)
EnableScan
- Whether enabledpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic Long getClickTimeout()
public void setClickTimeout(Long ClickTimeout)
ClickTimeout
- One-click scan timeout duration, such as 1800 secondspublic String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- If empty, scan hosts with all Professional, Premium, and General Discount editions by default; if not empty, only scan the selected hosts.public Long getScanMethod()
public void setScanMethod(Long ScanMethod)
ScanMethod
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.