public class DescribeScanTaskDetailsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeScanTaskDetailsResponse() |
DescribeScanTaskDetailsResponse(DescribeScanTaskDetailsResponse 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 |
---|---|
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 |
getRiskEventCount()
Get Number of risk events
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRiskMachineCount()
Get Number of machines with risks detected
|
String |
getScanBeginTime()
Get Scan start time
|
String[] |
getScanContent()
Get Scan content
|
String |
getScanEndTime()
Get Scan end time
|
Long |
getScanLeftTime()
Get Remaining scan time
|
Long |
getScanMachineCount()
Get Total number of scanned machines
|
Long |
getScanProgress()
Get Scan progress
|
ScanTaskDetails[] |
getScanTaskDetailList()
Get List of scan task information
|
Long |
getScanTime()
Get Scan time
|
Boolean |
getStoppingAll()
Get Whether all tasks are being stopped.
|
Long |
getTotalCount()
Get Total number
|
Long |
getType()
Get 0: one-click scan; 1: scheduled scan.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getVulCount()
Get Number of vulnerabilities scanned
Note: This field may return null, indicating that no valid values can be obtained.
|
VulDetailInfo[] |
getVulInfo()
Get Vulnerability information
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setRiskEventCount(Long RiskEventCount)
Set Number of risk events
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRiskMachineCount(Long RiskMachineCount)
Set Number of machines with risks detected
|
void |
setScanBeginTime(String ScanBeginTime)
Set Scan start time
|
void |
setScanContent(String[] ScanContent)
Set Scan content
|
void |
setScanEndTime(String ScanEndTime)
Set Scan end time
|
void |
setScanLeftTime(Long ScanLeftTime)
Set Remaining scan time
|
void |
setScanMachineCount(Long ScanMachineCount)
Set Total number of scanned machines
|
void |
setScanProgress(Long ScanProgress)
Set Scan progress
|
void |
setScanTaskDetailList(ScanTaskDetails[] ScanTaskDetailList)
Set List of scan task information
|
void |
setScanTime(Long ScanTime)
Set Scan time
|
void |
setStoppingAll(Boolean StoppingAll)
Set Whether all tasks are being stopped.
|
void |
setTotalCount(Long TotalCount)
Set Total number
|
void |
setType(Long Type)
Set 0: one-click scan; 1: scheduled scan.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVulCount(Long VulCount)
Set Number of vulnerabilities scanned
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVulInfo(VulDetailInfo[] VulInfo)
Set Vulnerability information
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DescribeScanTaskDetailsResponse()
public DescribeScanTaskDetailsResponse(DescribeScanTaskDetailsResponse source)
public ScanTaskDetails[] getScanTaskDetailList()
public void setScanTaskDetailList(ScanTaskDetails[] ScanTaskDetailList)
ScanTaskDetailList
- List of scan task informationpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total numberpublic Long getScanMachineCount()
public void setScanMachineCount(Long ScanMachineCount)
ScanMachineCount
- Total number of scanned machinespublic Long getRiskMachineCount()
public void setRiskMachineCount(Long RiskMachineCount)
RiskMachineCount
- Number of machines with risks detectedpublic String getScanBeginTime()
public void setScanBeginTime(String ScanBeginTime)
ScanBeginTime
- Scan start timepublic String getScanEndTime()
public void setScanEndTime(String ScanEndTime)
ScanEndTime
- Scan end timepublic Long getScanTime()
public void setScanTime(Long ScanTime)
ScanTime
- Scan timepublic Long getScanProgress()
public void setScanProgress(Long ScanProgress)
ScanProgress
- Scan progresspublic Long getScanLeftTime()
public void setScanLeftTime(Long ScanLeftTime)
ScanLeftTime
- Remaining scan timepublic String[] getScanContent()
public void setScanContent(String[] ScanContent)
ScanContent
- Scan contentpublic VulDetailInfo[] getVulInfo()
public void setVulInfo(VulDetailInfo[] VulInfo)
VulInfo
- Vulnerability information
Note: This field may return null, indicating that no valid values can be obtained.public Long getRiskEventCount()
public void setRiskEventCount(Long RiskEventCount)
RiskEventCount
- Number of risk events
Note: This field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type
- 0: one-click scan; 1: scheduled scan.Note: This field may return null, indicating that no valid values can be obtained.public Boolean getStoppingAll()
public void setStoppingAll(Boolean StoppingAll)
StoppingAll
- Whether all tasks are being stopped. true: yes.Note: This field may return null, indicating that no valid values can be obtained.public Long getVulCount()
public void setVulCount(Long VulCount)
VulCount
- Number of vulnerabilities scanned
Note: This field may return null, indicating that no valid values can be obtained.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.