public class VulLevelCountInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VulLevelCountInfo() | 
| VulLevelCountInfo(VulLevelCountInfo 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 | getVulCount()Get Number of vulnerabilities | 
| Long | getVulLevel()Get Vulnerability level | 
| void | setVulCount(Long VulCount)Set Number of vulnerabilities | 
| void | setVulLevel(Long VulLevel)Set Vulnerability level | 
| 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 VulLevelCountInfo()
public VulLevelCountInfo(VulLevelCountInfo source)
public Long getVulLevel()
public void setVulLevel(Long VulLevel)
VulLevel - Vulnerability levelpublic Long getVulCount()
public void setVulCount(Long VulCount)
VulCount - Number of vulnerabilitiesCopyright © 2025. All rights reserved.