public class VulLevelInfo extends AbstractModel
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 数量
|
Long |
getVulLevel()
Get // 危害等级:1-低危;2-中危;3-高危;4-严重
|
void |
setCount(Long Count)
Set 数量
|
void |
setVulLevel(Long VulLevel)
Set // 危害等级:1-低危;2-中危;3-高危;4-严重
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VulLevelInfo()
public VulLevelInfo(VulLevelInfo source)
public Long getVulLevel()
public void setVulLevel(Long VulLevel)
VulLevel
- // 危害等级:1-低危;2-中危;3-高危;4-严重public Long getCount()
public void setCount(Long Count)
Count
- 数量Copyright © 2022. All rights reserved.