Class VulHostTopInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.VulHostTopInfo
-
public class VulHostTopInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostName()Get 主机名 注意:此字段可能返回 null,表示取不到有效值。StringgetQuuid()Get 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get top评分 注意:此字段可能返回 null,表示取不到有效值。VulLevelCountInfo[]getVulLevelList()Get 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。voidsetHostName(String HostName)Set 主机名 注意:此字段可能返回 null,表示取不到有效值。voidsetQuuid(String Quuid)Set 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set top评分 注意:此字段可能返回 null,表示取不到有效值。voidsetVulLevelList(VulLevelCountInfo[] VulLevelList)Set 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VulHostTopInfo
public VulHostTopInfo()
-
VulHostTopInfo
public 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.
-
-
Method Detail
-
getHostName
public String getHostName()
Get 主机名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostName 主机名 注意:此字段可能返回 null,表示取不到有效值。
-
setHostName
public void setHostName(String HostName)
Set 主机名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostName- 主机名 注意:此字段可能返回 null,表示取不到有效值。
-
getVulLevelList
public VulLevelCountInfo[] getVulLevelList()
Get 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulLevelList 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。
-
setVulLevelList
public void setVulLevelList(VulLevelCountInfo[] VulLevelList)
Set 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulLevelList- 漏洞等级与数量统计列表 注意:此字段可能返回 null,表示取不到有效值。
-
getQuuid
public String getQuuid()
Get 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Quuid 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。
-
setQuuid
public void setQuuid(String Quuid)
Set 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Quuid- 主机Quuid 注意:此字段可能返回 null,表示取不到有效值。
-
getScore
public Long getScore()
Get top评分 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Score top评分 注意:此字段可能返回 null,表示取不到有效值。
-
setScore
public void setScore(Long Score)
Set top评分 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Score- top评分 注意:此字段可能返回 null,表示取不到有效值。
-
-