public class DecribeSuggestRiskLevelMatrixRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDspaId()
Get dspaId
|
RiskMatrixLevel[] |
getSensitiveLevelList()
Get 分类分级等级列表
|
RiskMatrixLevel[] |
getVulnerabilityLevelList()
Get 脆弱项等级列表
|
void |
setDspaId(String DspaId)
Set dspaId
|
void |
setSensitiveLevelList(RiskMatrixLevel[] SensitiveLevelList)
Set 分类分级等级列表
|
void |
setVulnerabilityLevelList(RiskMatrixLevel[] VulnerabilityLevelList)
Set 脆弱项等级列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DecribeSuggestRiskLevelMatrixRequest()
public DecribeSuggestRiskLevelMatrixRequest(DecribeSuggestRiskLevelMatrixRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- dspaIdpublic RiskMatrixLevel[] getSensitiveLevelList()
public void setSensitiveLevelList(RiskMatrixLevel[] SensitiveLevelList)
SensitiveLevelList
- 分类分级等级列表public RiskMatrixLevel[] getVulnerabilityLevelList()
public void setVulnerabilityLevelList(RiskMatrixLevel[] VulnerabilityLevelList)
VulnerabilityLevelList
- 脆弱项等级列表Copyright © 2025. All rights reserved.