Class VulTopInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.VulTopInfo
-
public class VulTopInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VulTopInfo()
VulTopInfo(VulTopInfo 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 Long
getVulCount()
Get 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。Long
getVulId()
Get 漏洞id 注意:此字段可能返回 null,表示取不到有效值。Long
getVulLevel()
Get 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。String
getVulName()
Get 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。void
setVulCount(Long VulCount)
Set 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。void
setVulId(Long VulId)
Set 漏洞id 注意:此字段可能返回 null,表示取不到有效值。void
setVulLevel(Long VulLevel)
Set 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。void
setVulName(String VulName)
Set 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
VulTopInfo
public VulTopInfo()
-
VulTopInfo
public VulTopInfo(VulTopInfo 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
-
getVulName
public String getVulName()
Get 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulName 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。
-
setVulName
public void setVulName(String VulName)
Set 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulName
- 漏洞 名 注意:此字段可能返回 null,表示取不到有效值。
-
getVulLevel
public Long getVulLevel()
Get 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulLevel 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。
-
setVulLevel
public void setVulLevel(Long VulLevel)
Set 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulLevel
- 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。
-
getVulCount
public Long getVulCount()
Get 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulCount 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
setVulCount
public void setVulCount(Long VulCount)
Set 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulCount
- 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
getVulId
public Long getVulId()
Get 漏洞id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulId 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
-
setVulId
public void setVulId(Long VulId)
Set 漏洞id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulId
- 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
-
-