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 修复方式 0组件更新或者安装补丁,1禁用服务 | 
| String[] | getQuuids()Get 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。 | 
| Long | getVulId()Get 漏洞id | 
| void | setFixMethod(Long FixMethod)Set 修复方式 0组件更新或者安装补丁,1禁用服务 | 
| void | setQuuids(String[] Quuids)Set 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。 | 
| void | setVulId(Long VulId)Set 漏洞id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateVulFixTaskQuuids()
public CreateVulFixTaskQuuids(CreateVulFixTaskQuuids source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - 漏洞idpublic String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids - 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。public Long getFixMethod()
public void setFixMethod(Long FixMethod)
FixMethod - 修复方式 0组件更新或者安装补丁,1禁用服务Copyright © 2025. All rights reserved.