Class DecribeSuggestRiskLevelMatrixRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DecribeSuggestRiskLevelMatrixRequest
-
public class DecribeSuggestRiskLevelMatrixRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DecribeSuggestRiskLevelMatrixRequest()DecribeSuggestRiskLevelMatrixRequest(DecribeSuggestRiskLevelMatrixRequest 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 StringgetDspaId()Get dspaIdRiskMatrixLevel[]getSensitiveLevelList()Get 分类分级等级列表RiskMatrixLevel[]getVulnerabilityLevelList()Get 脆弱项等级列表voidsetDspaId(String DspaId)Set dspaIdvoidsetSensitiveLevelList(RiskMatrixLevel[] SensitiveLevelList)Set 分类分级等级列表voidsetVulnerabilityLevelList(RiskMatrixLevel[] VulnerabilityLevelList)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
-
DecribeSuggestRiskLevelMatrixRequest
public DecribeSuggestRiskLevelMatrixRequest()
-
DecribeSuggestRiskLevelMatrixRequest
public DecribeSuggestRiskLevelMatrixRequest(DecribeSuggestRiskLevelMatrixRequest 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
-
getDspaId
public String getDspaId()
Get dspaId- Returns:
- DspaId dspaId
-
setDspaId
public void setDspaId(String DspaId)
Set dspaId- Parameters:
DspaId- dspaId
-
getSensitiveLevelList
public RiskMatrixLevel[] getSensitiveLevelList()
Get 分类分级等级列表- Returns:
- SensitiveLevelList 分类分级等级列表
-
setSensitiveLevelList
public void setSensitiveLevelList(RiskMatrixLevel[] SensitiveLevelList)
Set 分类分级等级列表- Parameters:
SensitiveLevelList- 分类分级等级列表
-
getVulnerabilityLevelList
public RiskMatrixLevel[] getVulnerabilityLevelList()
Get 脆弱项等级列表- Returns:
- VulnerabilityLevelList 脆弱项等级列表
-
setVulnerabilityLevelList
public void setVulnerabilityLevelList(RiskMatrixLevel[] VulnerabilityLevelList)
Set 脆弱项等级列表- Parameters:
VulnerabilityLevelList- 脆弱项等级列表
-
-