public class VulHostTopInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VulHostTopInfo() | 
| VulHostTopInfo(VulHostTopInfo 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 | 
|---|---|
| String | getHostName()Get 主机名 | 
| String | getQuuid()Get 主机Quuid | 
| Long | getScore()Get top评分 | 
| VulLevelCountInfo[] | getVulLevelList()Get 漏洞等级与数量统计列表 | 
| void | setHostName(String HostName)Set 主机名 | 
| void | setQuuid(String Quuid)Set 主机Quuid | 
| void | setScore(Long Score)Set top评分 | 
| void | setVulLevelList(VulLevelCountInfo[] VulLevelList)Set 漏洞等级与数量统计列表 | 
| 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 VulHostTopInfo()
public VulHostTopInfo(VulHostTopInfo source)
public String getHostName()
public void setHostName(String HostName)
HostName - 主机名public VulLevelCountInfo[] getVulLevelList()
public void setVulLevelList(VulLevelCountInfo[] VulLevelList)
VulLevelList - 漏洞等级与数量统计列表public String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机Quuidpublic Long getScore()
public void setScore(Long Score)
Score - top评分Copyright © 2025. All rights reserved.