public class SyncBaselineDetectSummaryResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncBaselineDetectSummaryResponse() |
SyncBaselineDetectSummaryResponse(SyncBaselineDetectSummaryResponse 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[] |
getDetectingTaskIds()
Get ID of ongoing detection task
|
String |
getEndTime()
Get End time
|
Long |
getHostCount()
Get Total number of hosts
|
Long |
getLeftMins()
Get Remaining scanning time (minutes)
|
Long |
getNotPassPolicyCount()
Get Total number of failed policies
|
Long |
getProgressRate()
Get Processing progress
|
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 |
getStartTime()
Get Start time
|
Long |
getWillFirstScan()
Get 1: first scan about to start; 0: already scanned.
|
void |
setDetectingTaskIds(Long[] DetectingTaskIds)
Set ID of ongoing detection task
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setHostCount(Long HostCount)
Set Total number of hosts
|
void |
setLeftMins(Long LeftMins)
Set Remaining scanning time (minutes)
|
void |
setNotPassPolicyCount(Long NotPassPolicyCount)
Set Total number of failed policies
|
void |
setProgressRate(Long ProgressRate)
Set Processing progress
|
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 |
setStartTime(String StartTime)
Set Start time
|
void |
setWillFirstScan(Long WillFirstScan)
Set 1: first scan about to start; 0: already scanned.
|
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 SyncBaselineDetectSummaryResponse()
public SyncBaselineDetectSummaryResponse(SyncBaselineDetectSummaryResponse source)
public Long getProgressRate()
public void setProgressRate(Long ProgressRate)
ProgressRate
- Processing progresspublic Long getNotPassPolicyCount()
public void setNotPassPolicyCount(Long NotPassPolicyCount)
NotPassPolicyCount
- Total number of failed policiespublic Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- Total number of hostspublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic Long getWillFirstScan()
public void setWillFirstScan(Long WillFirstScan)
WillFirstScan
- 1: first scan about to start; 0: already scanned.public Long[] getDetectingTaskIds()
public void setDetectingTaskIds(Long[] DetectingTaskIds)
DetectingTaskIds
- ID of ongoing detection taskpublic Long getLeftMins()
public void setLeftMins(Long LeftMins)
LeftMins
- Remaining scanning time (minutes)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.