public class CanFixVulInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CanFixVulInfo() | 
| CanFixVulInfo(CanFixVulInfo 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[] | getFixTag()Get 修复提示tag | 
| VulInfoHostInfo[] | getHostList()Get 该漏洞可修复的主机信息 | 
| Long | getVulCategory()Get 漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞 | 
| Long | getVulId()Get 漏洞id | 
| String | getVulName()Get 漏洞名称 | 
| void | setFixTag(String[] FixTag)Set 修复提示tag | 
| void | setHostList(VulInfoHostInfo[] HostList)Set 该漏洞可修复的主机信息 | 
| void | setVulCategory(Long VulCategory)Set 漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞 | 
| void | setVulId(Long VulId)Set 漏洞id | 
| void | setVulName(String VulName)Set 漏洞名称 | 
| 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 CanFixVulInfo()
public CanFixVulInfo(CanFixVulInfo source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - 漏洞idpublic String getVulName()
public void setVulName(String VulName)
VulName - 漏洞名称public VulInfoHostInfo[] getHostList()
public void setHostList(VulInfoHostInfo[] HostList)
HostList - 该漏洞可修复的主机信息public String[] getFixTag()
public void setFixTag(String[] FixTag)
FixTag - 修复提示tagpublic Long getVulCategory()
public void setVulCategory(Long VulCategory)
VulCategory - 漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞Copyright © 2025. All rights reserved.