Class RiskLevelMatrix
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.RiskLevelMatrix
-
public class RiskLevelMatrix extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RiskLevelMatrix()RiskLevelMatrix(RiskLevelMatrix 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 LonggetId()Get 存储id 注意:此字段可能返回 null,表示取不到有效值。StringgetRiskLevel()Get 风险级别 注意:此字段可能返回 null,表示取不到有效值。LonggetSensitiveLevelId()Get 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。StringgetSensitiveLevelName()Get 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。StringgetVulnerabilityLevel()Get 漏洞级别 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 存储id 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskLevel(String RiskLevel)Set 风险级别 注意:此字段可能返回 null,表示取不到有效值。voidsetSensitiveLevelId(Long SensitiveLevelId)Set 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。voidsetSensitiveLevelName(String SensitiveLevelName)Set 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。voidsetVulnerabilityLevel(String 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
-
RiskLevelMatrix
public RiskLevelMatrix()
-
RiskLevelMatrix
public RiskLevelMatrix(RiskLevelMatrix 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
-
getId
public Long getId()
Get 存储id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Id 存储id 注意:此字段可能返回 null,表示取不到有效值。
-
setId
public void setId(Long Id)
Set 存储id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Id- 存储id 注意:此字段可能返回 null,表示取不到有效值。
-
getSensitiveLevelId
public Long getSensitiveLevelId()
Get 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SensitiveLevelId 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。
-
setSensitiveLevelId
public void setSensitiveLevelId(Long SensitiveLevelId)
Set 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SensitiveLevelId- 分类分级levelID 注意:此字段可能返回 null,表示取不到有效值。
-
getSensitiveLevelName
public String getSensitiveLevelName()
Get 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SensitiveLevelName 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。
-
setSensitiveLevelName
public void setSensitiveLevelName(String SensitiveLevelName)
Set 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SensitiveLevelName- 分类分级名称 注意:此字段可能返回 null,表示取不到有效值。
-
getVulnerabilityLevel
public String getVulnerabilityLevel()
Get 漏洞级别 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VulnerabilityLevel 漏洞级别 注意:此字段可能返回 null,表示取不到有效值。
-
setVulnerabilityLevel
public void setVulnerabilityLevel(String VulnerabilityLevel)
Set 漏洞级别 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VulnerabilityLevel- 漏洞级别 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskLevel
public String getRiskLevel()
Get 风险级别 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskLevel 风险级别 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskLevel
public void setRiskLevel(String RiskLevel)
Set 风险级别 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskLevel- 风险级别 注意:此字段可能返回 null,表示取不到有效值。
-
-