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 Warning condition ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDesc()
Get Warning condition description
|
Long |
getLevel()
Get Warning level.
|
String |
getLevelDesc()
Get Warning level description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setConditionId(Long ConditionId)
Set Warning condition ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDesc(String Desc)
Set Warning condition description
|
void |
setLevel(Long Level)
Set Warning level.
|
void |
setLevelDesc(String LevelDesc)
Set Warning level description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Conditions()
public Conditions(Conditions source)
public Long getConditionId()
public void setConditionId(Long ConditionId)
ConditionId
- Warning condition ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getLevel()
public void setLevel(Long Level)
Level
- Warning level. 2: medium risk; 3: high risk.
Note: This field may return null, indicating that no valid values can be obtained.public String getLevelDesc()
public void setLevelDesc(String LevelDesc)
LevelDesc
- Warning level description
Note: This field may return null, indicating that no valid values can be obtained.public String getDesc()
public void setDesc(String Desc)
Desc
- Warning condition descriptionCopyright © 2025. All rights reserved.