public class DescribeVulFixStatusResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulFixStatusResponse() |
DescribeVulFixStatusResponse(DescribeVulFixStatusResponse 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 |
getFixEndTime()
Get Fixing end time.
|
Long |
getFixFailCnt()
Get Number of hosts failed to be fixed
|
Long |
getFixId()
Get Fixing task ID
|
Long |
getFixProgress()
Get Fixing progress (0-100)
|
String |
getFixStartTime()
Get Fixing start time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFixSuccessCnt()
Get Number of successfully fixed hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHostCnt()
Get Total number of hosts
|
Long |
getIsAllowRetry()
Get Whether retry is allowed.
|
Long |
getIsRetrySnapshot()
Get Whether the snapshot is retried.
|
Long |
getRemainingTime()
Get Estimated remaining time (seconds)
|
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 |
getSnapshotFailCnt()
Get Number of snapshots failed to be created
Note: This field may return null, indicating that no valid values can be obtained.
|
VulFixStatusSnapshotInfo[] |
getSnapshotList()
Get Status list of snapshots to be fixed
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSnapshotProgress()
Get Snapshot creation progress (0-100)
|
VulFixStatusInfo[] |
getVulFixList()
Get Details list of vulnerabilities to be fixed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFixEndTime(String FixEndTime)
Set Fixing end time.
|
void |
setFixFailCnt(Long FixFailCnt)
Set Number of hosts failed to be fixed
|
void |
setFixId(Long FixId)
Set Fixing task ID
|
void |
setFixProgress(Long FixProgress)
Set Fixing progress (0-100)
|
void |
setFixStartTime(String FixStartTime)
Set Fixing start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFixSuccessCnt(Long FixSuccessCnt)
Set Number of successfully fixed hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostCnt(Long HostCnt)
Set Total number of hosts
|
void |
setIsAllowRetry(Long IsAllowRetry)
Set Whether retry is allowed.
|
void |
setIsRetrySnapshot(Long IsRetrySnapshot)
Set Whether the snapshot is retried.
|
void |
setRemainingTime(Long RemainingTime)
Set Estimated remaining time (seconds)
|
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 |
setSnapshotFailCnt(Long SnapshotFailCnt)
Set Number of snapshots failed to be created
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSnapshotList(VulFixStatusSnapshotInfo[] SnapshotList)
Set Status list of snapshots to be fixed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSnapshotProgress(Long SnapshotProgress)
Set Snapshot creation progress (0-100)
|
void |
setVulFixList(VulFixStatusInfo[] VulFixList)
Set Details list of vulnerabilities to be fixed
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 DescribeVulFixStatusResponse()
public DescribeVulFixStatusResponse(DescribeVulFixStatusResponse source)
public String getFixStartTime()
public void setFixStartTime(String FixStartTime)
FixStartTime
- Fixing start time
Note: This field may return null, indicating that no valid values can be obtained.public String getFixEndTime()
public void setFixEndTime(String FixEndTime)
FixEndTime
- Fixing end time. If this parameter is left blank, fixing is not ended.
Note: This field may return null, indicating that no valid values can be obtained.public Long getFixSuccessCnt()
public void setFixSuccessCnt(Long FixSuccessCnt)
FixSuccessCnt
- Number of successfully fixed hosts
Note: This field may return null, indicating that no valid values can be obtained.public Long getFixFailCnt()
public void setFixFailCnt(Long FixFailCnt)
FixFailCnt
- Number of hosts failed to be fixedpublic Long getHostCnt()
public void setHostCnt(Long HostCnt)
HostCnt
- Total number of hostspublic Long getFixId()
public void setFixId(Long FixId)
FixId
- Fixing task IDpublic VulFixStatusSnapshotInfo[] getSnapshotList()
public void setSnapshotList(VulFixStatusSnapshotInfo[] SnapshotList)
SnapshotList
- Status list of snapshots to be fixed
Note: This field may return null, indicating that no valid values can be obtained.public VulFixStatusInfo[] getVulFixList()
public void setVulFixList(VulFixStatusInfo[] VulFixList)
VulFixList
- Details list of vulnerabilities to be fixed
Note: This field may return null, indicating that no valid values can be obtained.public Long getSnapshotProgress()
public void setSnapshotProgress(Long SnapshotProgress)
SnapshotProgress
- Snapshot creation progress (0-100)public Long getFixProgress()
public void setFixProgress(Long FixProgress)
FixProgress
- Fixing progress (0-100)public Long getRemainingTime()
public void setRemainingTime(Long RemainingTime)
RemainingTime
- Estimated remaining time (seconds)public Long getIsRetrySnapshot()
public void setIsRetrySnapshot(Long IsRetrySnapshot)
IsRetrySnapshot
- Whether the snapshot is retried. 0: no; 1: yes.public Long getSnapshotFailCnt()
public void setSnapshotFailCnt(Long SnapshotFailCnt)
SnapshotFailCnt
- Number of snapshots failed to be created
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsAllowRetry()
public void setIsAllowRetry(Long IsAllowRetry)
IsAllowRetry
- Whether retry is allowed. 0: not allowed; 1: allowed.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.