public class Conditions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Conditions() | 
| Conditions(Conditions 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 | getConditionId()Get 警告条件ID | 
| String | getDesc()Get 警告条件描述 | 
| Long | getLevel()Get 警告级别,2:中风险,3:高风险 | 
| String | getLevelDesc()Get 警告级别描述 | 
| void | setConditionId(Long ConditionId)Set 警告条件ID | 
| void | setDesc(String Desc)Set 警告条件描述 | 
| void | setLevel(Long Level)Set 警告级别,2:中风险,3:高风险 | 
| void | setLevelDesc(String LevelDesc)Set 警告级别描述 | 
| 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, toJsonStringpublic Conditions()
public Conditions(Conditions source)
public Long getConditionId()
public void setConditionId(Long ConditionId)
ConditionId - 警告条件IDpublic Long getLevel()
public void setLevel(Long Level)
Level - 警告级别,2:中风险,3:高风险public String getLevelDesc()
public void setLevelDesc(String LevelDesc)
LevelDesc - 警告级别描述public String getDesc()
public void setDesc(String Desc)
Desc - 警告条件描述Copyright © 2025. All rights reserved.