public class VulLevelInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VulLevelInfo() | 
| VulLevelInfo(VulLevelInfo 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 | getCount()Get Quantity | 
| Long | getVulLevel()Get // Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - critical | 
| void | setCount(Long Count)Set Quantity | 
| void | setVulLevel(Long VulLevel)Set // Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - critical | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VulLevelInfo()
public VulLevelInfo(VulLevelInfo source)
public Long getVulLevel()
public void setVulLevel(Long VulLevel)
VulLevel - // Severity level: 1 - low-risk; 2 - medium-risk; 3 - high-risk; 4 - criticalpublic Long getCount()
public void setCount(Long Count)
Count - QuantityCopyright © 2025. All rights reserved.