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 Repair Support Status.
|
Long |
getVulId()
Get Vulnerability ID
|
void |
setFixSwitch(Long FixSwitch)
Set Repair Support Status.
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VulInfoByCveId()
public VulInfoByCveId(VulInfoByCveId source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability IDpublic Long getFixSwitch()
public void setFixSwitch(Long FixSwitch)
FixSwitch - Repair Support Status. 0-Neither Windows nor Linux supports for repair; 1-Both Windows and Linux support for repair; 2-Only Linux supports for repair; 3-Only Windows supports for repair.Copyright © 2025. All rights reserved.