Class VulLevelCountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.VulLevelCountInfo
-
public class VulLevelCountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VulLevelCountInfo()VulLevelCountInfo(VulLevelCountInfo 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 LonggetVulCount()Get 漏洞数量LonggetVulLevel()Get 漏洞等级voidsetVulCount(Long VulCount)Set 漏洞数量voidsetVulLevel(Long VulLevel)Set 漏洞等级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
-
VulLevelCountInfo
public VulLevelCountInfo()
-
VulLevelCountInfo
public VulLevelCountInfo(VulLevelCountInfo 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
-
getVulLevel
public Long getVulLevel()
Get 漏洞等级- Returns:
- VulLevel 漏洞等级
-
setVulLevel
public void setVulLevel(Long VulLevel)
Set 漏洞等级- Parameters:
VulLevel- 漏洞等级
-
getVulCount
public Long getVulCount()
Get 漏洞数量- Returns:
- VulCount 漏洞数量
-
setVulCount
public void setVulCount(Long VulCount)
Set 漏洞数量- Parameters:
VulCount- 漏洞数量
-
-