public class DescribeVulFixStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeVulFixStatusRequest() | 
| DescribeVulFixStatusRequest(DescribeVulFixStatusRequest 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 | getFixId()Get Task ID. | 
| String | getQuuid()Get Host QUUID. | 
| Long | getVulId()Get Vulnerability ID. | 
| void | setFixId(Long FixId)Set Task ID. | 
| void | setQuuid(String Quuid)Set Host QUUID. | 
| void | setVulId(Long VulId)Set Vulnerability ID. | 
| 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, toJsonStringpublic DescribeVulFixStatusRequest()
public DescribeVulFixStatusRequest(DescribeVulFixStatusRequest source)
public Long getFixId()
public void setFixId(Long FixId)
FixId - Task ID. This parameter can be left blank if VulId is specified.public Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability ID. This parameter can be left blank if FixId is specified.public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host QUUID. This parameter can be used together with VulId to query the details of the last fixing task on a specific host.Copyright © 2024. All rights reserved.