public class CreateVulFixTaskQuuids extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateVulFixTaskQuuids() | 
| CreateVulFixTaskQuuids(CreateVulFixTaskQuuids 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 | getFixMethod()Get | 
| String[] | getQuuids()Get Hosts that need to fix vulnerabilities. | 
| Long | getVulId()Get Vulnerability ID | 
| void | setFixMethod(Long FixMethod)Set | 
| void | setQuuids(String[] Quuids)Set Hosts that need to fix vulnerabilities. | 
| 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 CreateVulFixTaskQuuids()
public CreateVulFixTaskQuuids(CreateVulFixTaskQuuids source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability IDpublic String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids - Hosts that need to fix vulnerabilities. All hosts need to have the vulnerability with the ID of VulId and be in a pending fix status.public Long getFixMethod()
public void setFixMethod(Long FixMethod)
FixMethod - Copyright © 2025. All rights reserved.