Class SuggestRiskLevelMatrixItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.SuggestRiskLevelMatrixItem
-
public class SuggestRiskLevelMatrixItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SuggestRiskLevelMatrixItem()SuggestRiskLevelMatrixItem(SuggestRiskLevelMatrixItem 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 StringgetRiskName()Get 风险名 注意:此字段可能返回 null,表示取不到有效值。FloatgetRiskScore()Get 分数 注意:此字段可能返回 null,表示取不到有效值。RiskMatrixLevelgetSensitiveLevel()Get 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。RiskMatrixLevelgetVulnerabilityLevel()Get 脆弱项等级 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskName(String RiskName)Set 风险名 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskScore(Float RiskScore)Set 分数 注意:此字段可能返回 null,表示取不到有效值。voidsetSensitiveLevel(RiskMatrixLevel SensitiveLevel)Set 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。voidsetVulnerabilityLevel(RiskMatrixLevel VulnerabilityLevel)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
-
SuggestRiskLevelMatrixItem
public SuggestRiskLevelMatrixItem()
-
SuggestRiskLevelMatrixItem
public SuggestRiskLevelMatrixItem(SuggestRiskLevelMatrixItem 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
-
getSensitiveLevel
public RiskMatrixLevel getSensitiveLevel()
Get 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SensitiveLevel 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。
-
setSensitiveLevel
public void setSensitiveLevel(RiskMatrixLevel SensitiveLevel)
Set 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SensitiveLevel- 分类分级等级 注意:此字段可能返回 null,表示取不到有效值。
-
getVulnerabilityLevel
public RiskMatrixLevel getVulnerabilityLevel()
Get 脆弱项等级 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulnerabilityLevel 脆弱项等级 注意:此字段可能返回 null,表示取不到有效值。
-
setVulnerabilityLevel
public void setVulnerabilityLevel(RiskMatrixLevel VulnerabilityLevel)
Set 脆弱项等级 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulnerabilityLevel- 脆弱项等级 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskName
public String getRiskName()
Get 风险名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskName 风险名 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskName
public void setRiskName(String RiskName)
Set 风险名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskName- 风险名 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskScore
public Float getRiskScore()
Get 分数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskScore 分数 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskScore
public void setRiskScore(Float RiskScore)
Set 分数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskScore- 分数 注意:此字段可能返回 null,表示取不到有效值。
-
-