Class RunTimeRiskInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.RunTimeRiskInfo
-
public class RunTimeRiskInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RunTimeRiskInfo()RunTimeRiskInfo(RunTimeRiskInfo 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 LonggetCnt()Get 数量StringgetLevel()Get 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低voidsetCnt(Long Cnt)Set 数量voidsetLevel(String Level)Set 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低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
-
RunTimeRiskInfo
public RunTimeRiskInfo()
-
RunTimeRiskInfo
public RunTimeRiskInfo(RunTimeRiskInfo 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
-
getCnt
public Long getCnt()
Get 数量- Returns:
- Cnt 数量
-
setCnt
public void setCnt(Long Cnt)
Set 数量- Parameters:
Cnt- 数量
-
getLevel
public String getLevel()
Get 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低- Returns:
- Level 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低
-
setLevel
public void setLevel(String Level)
Set 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低- Parameters:
Level- 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低
-
-