public class VulInfoByCveId extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VulInfoByCveId() | 
| VulInfoByCveId(VulInfoByCveId 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 | getFixSwitch()Get 修复支持情况:0-Windows/Linux均不支持修复 ;1-Windows/Linux 均支持修复 ;2-仅Linux支持修复;3-仅Windows支持修复 | 
| Long | getVulId()Get 漏洞id | 
| void | setFixSwitch(Long FixSwitch)Set 修复支持情况:0-Windows/Linux均不支持修复 ;1-Windows/Linux 均支持修复 ;2-仅Linux支持修复;3-仅Windows支持修复 | 
| 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 VulInfoByCveId()
public VulInfoByCveId(VulInfoByCveId source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - 漏洞idpublic Long getFixSwitch()
public void setFixSwitch(Long FixSwitch)
FixSwitch - 修复支持情况:0-Windows/Linux均不支持修复 ;1-Windows/Linux 均支持修复 ;2-仅Linux支持修复;3-仅Windows支持修复Copyright © 2025. All rights reserved.