public class VulFixStatusInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulFixStatusInfo() |
VulFixStatusInfo(VulFixStatusInfo 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 |
getFailCnt()
Get Number of hosts with failed vulnerability fixing
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFixMethod()
Get
|
Long |
getFixSuccessCnt()
Get Number of hosts with successful vulnerability fixing
Note: This field may return null, indicating that no valid values can be obtained.
|
VulFixStatusHostInfo[] |
getHostList()
Get Vulnerability fixing status for corresponding hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProgress()
Get Vulnerability fixing progress: 1-100;
|
Long |
getVulId()
Get Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVulName()
Get Vulnerability name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailCnt(Long FailCnt)
Set Number of hosts with failed vulnerability fixing
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFixMethod(Long FixMethod)
Set
|
void |
setFixSuccessCnt(Long FixSuccessCnt)
Set Number of hosts with successful vulnerability fixing
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostList(VulFixStatusHostInfo[] HostList)
Set Vulnerability fixing status for corresponding hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProgress(Long Progress)
Set Vulnerability fixing progress: 1-100;
|
void |
setVulId(Long VulId)
Set Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVulName(String VulName)
Set Vulnerability name
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 VulFixStatusInfo()
public VulFixStatusInfo(VulFixStatusInfo source)
public Long getVulId()
public void setVulId(Long VulId)
VulId
- Vulnerability ID
Note: This field may return null, indicating that no valid values can be obtained.public String getVulName()
public void setVulName(String VulName)
VulName
- Vulnerability name
Note: This field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Vulnerability fixing progress: 1-100;public VulFixStatusHostInfo[] getHostList()
public void setHostList(VulFixStatusHostInfo[] HostList)
HostList
- Vulnerability fixing status for corresponding hosts
Note: This field may return null, indicating that no valid values can be obtained.public Long getFailCnt()
public void setFailCnt(Long FailCnt)
FailCnt
- Number of hosts with failed vulnerability fixing
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 hosts with successful vulnerability fixing
Note: This field may return null, indicating that no valid values can be obtained.public Long getFixMethod()
public void setFixMethod(Long FixMethod)
FixMethod
- Copyright © 2024. All rights reserved.