public class RunTimeRiskInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCnt()
Get 数量
|
String |
getLevel()
Get 风险等级:
CRITICAL: 严重
HIGH: 高
MEDIUM:中
LOW: 低
|
void |
setCnt(Long Cnt)
Set 数量
|
void |
setLevel(String Level)
Set 风险等级:
CRITICAL: 严重
HIGH: 高
MEDIUM:中
LOW: 低
|
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 RunTimeRiskInfo()
public RunTimeRiskInfo(RunTimeRiskInfo source)
public Long getCnt()
public void setCnt(Long Cnt)
Cnt
- 数量public String getLevel()
public void setLevel(String Level)
Level
- 风险等级:
CRITICAL: 严重
HIGH: 高
MEDIUM:中
LOW: 低Copyright © 2024. All rights reserved.