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, toJsonString
public 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 © 2024. All rights reserved.