public class VulHostTopInfo extends AbstractModel
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 主机名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQuuid()
Get 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get top评分
注意:此字段可能返回 null,表示取不到有效值。
|
VulLevelCountInfo[] |
getVulLevelList()
Get 漏洞等级与数量统计列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHostName(String HostName)
Set 主机名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQuuid(String Quuid)
Set 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set top评分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulLevelList(VulLevelCountInfo[] VulLevelList)
Set 漏洞等级与数量统计列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VulHostTopInfo()
public VulHostTopInfo(VulHostTopInfo source)
public String getHostName()
public void setHostName(String HostName)
HostName
- 主机名
注意:此字段可能返回 null,表示取不到有效值。public VulLevelCountInfo[] getVulLevelList()
public void setVulLevelList(VulLevelCountInfo[] VulLevelList)
VulLevelList
- 漏洞等级与数量统计列表
注意:此字段可能返回 null,表示取不到有效值。public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- 主机Quuid
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- top评分
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.