public class DescribeVulHostCountScanTimeResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulHostCountScanTimeResponse() |
DescribeVulHostCountScanTimeResponse(DescribeVulHostCountScanTimeResponse 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 |
---|---|
Boolean |
gethadAutoFixVul()
Get Whether vulnerabilities supporting automatic fixing exist
|
Boolean |
getIfFirstScan()
Get Whether the detection is carried out for the first time
|
String |
getLastFixTime()
Get Last vulnerability fixing 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).
|
String |
getScanTime()
Get Scan time
|
Long |
getTaskId()
Get ID of the ongoing task.
|
Long |
getTotalVulCount()
Get Total number of vulnerabilities
|
Long |
getVulHostCount()
Get Number of hosts affected by vulnerabilities
|
void |
sethadAutoFixVul(Boolean hadAutoFixVul)
Set Whether vulnerabilities supporting automatic fixing exist
|
void |
setIfFirstScan(Boolean IfFirstScan)
Set Whether the detection is carried out for the first time
|
void |
setLastFixTime(String LastFixTime)
Set Last vulnerability fixing 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 |
setScanTime(String ScanTime)
Set Scan time
|
void |
setTaskId(Long TaskId)
Set ID of the ongoing task.
|
void |
setTotalVulCount(Long TotalVulCount)
Set Total number of vulnerabilities
|
void |
setVulHostCount(Long VulHostCount)
Set Number of hosts affected by vulnerabilities
|
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 DescribeVulHostCountScanTimeResponse()
public DescribeVulHostCountScanTimeResponse(DescribeVulHostCountScanTimeResponse source)
public Long getTotalVulCount()
public void setTotalVulCount(Long TotalVulCount)
TotalVulCount
- Total number of vulnerabilitiespublic Long getVulHostCount()
public void setVulHostCount(Long VulHostCount)
VulHostCount
- Number of hosts affected by vulnerabilitiespublic String getScanTime()
public void setScanTime(String ScanTime)
ScanTime
- Scan timepublic Boolean getIfFirstScan()
public void setIfFirstScan(Boolean IfFirstScan)
IfFirstScan
- Whether the detection is carried out for the first timepublic Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- ID of the ongoing task. The value is 0 if no such task exists.public String getLastFixTime()
public void setLastFixTime(String LastFixTime)
LastFixTime
- Last vulnerability fixing timepublic Boolean gethadAutoFixVul()
public void sethadAutoFixVul(Boolean hadAutoFixVul)
hadAutoFixVul
- Whether vulnerabilities supporting automatic fixing existpublic 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.