Class SensitiveLevel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.SensitiveLevel
-
public class SensitiveLevel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SensitiveLevel()SensitiveLevel(SensitiveLevel 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 LonggetLevelCnt()Get 分级标识统计LonggetLevelId()Get 分级标识IDStringgetLevelRiskName()Get 分级标识名称LonggetLevelRiskScore()Get 分级标识分数voidsetLevelCnt(Long LevelCnt)Set 分级标识统计voidsetLevelId(Long LevelId)Set 分级标识IDvoidsetLevelRiskName(String LevelRiskName)Set 分级标识名称voidsetLevelRiskScore(Long LevelRiskScore)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
-
SensitiveLevel
public SensitiveLevel()
-
SensitiveLevel
public SensitiveLevel(SensitiveLevel 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
-
getLevelId
public Long getLevelId()
Get 分级标识ID- Returns:
- LevelId 分级标识ID
-
setLevelId
public void setLevelId(Long LevelId)
Set 分级标识ID- Parameters:
LevelId- 分级标识ID
-
getLevelCnt
public Long getLevelCnt()
Get 分级标识统计- Returns:
- LevelCnt 分级标识统计
-
setLevelCnt
public void setLevelCnt(Long LevelCnt)
Set 分级标识统计- Parameters:
LevelCnt- 分级标识统计
-
getLevelRiskName
public String getLevelRiskName()
Get 分级标识名称- Returns:
- LevelRiskName 分级标识名称
-
setLevelRiskName
public void setLevelRiskName(String LevelRiskName)
Set 分级标识名称- Parameters:
LevelRiskName- 分级标识名称
-
getLevelRiskScore
public Long getLevelRiskScore()
Get 分级标识分数- Returns:
- LevelRiskScore 分级标识分数
-
setLevelRiskScore
public void setLevelRiskScore(Long LevelRiskScore)
Set 分级标识分数- Parameters:
LevelRiskScore- 分级标识分数
-
-