public class VulInfo extends AbstractModel
Constructor and Description |
---|
VulInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getVulFileScore()
Get 漏洞文件评分
|
VulList[] |
getVulList()
Get 漏洞列表
|
void |
setVulFileScore(Long VulFileScore)
Set 漏洞文件评分
|
void |
setVulList(VulList[] VulList)
Set 漏洞列表
|
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 VulList[] getVulList()
public void setVulList(VulList[] VulList)
VulList
- 漏洞列表public Long getVulFileScore()
public void setVulFileScore(Long VulFileScore)
VulFileScore
- 漏洞文件评分Copyright © 2020. All rights reserved.