Class Conditions
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.advisor.v20200721.models.Conditions
-
public class Conditions extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getConditionId()
Get 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。String
getDesc()
Get 警告条件描述Long
getLevel()
Get 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。String
getLevelDesc()
Get 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。void
setConditionId(Long ConditionId)
Set 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。void
setDesc(String Desc)
Set 警告条件描述void
setLevel(Long Level)
Set 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。void
setLevelDesc(String LevelDesc)
Set 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
Conditions
public Conditions()
-
Conditions
public 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.
-
-
Method Detail
-
getConditionId
public Long getConditionId()
Get 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConditionId 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
-
setConditionId
public void setConditionId(Long ConditionId)
Set 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConditionId
- 警告条件ID 注意:此字段可能返回 null,表示取不到有效值。
-
getLevel
public Long getLevel()
Get 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Level 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
-
setLevel
public void setLevel(Long Level)
Set 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Level
- 警告级别,2:中风险,3:高风险 注意:此字段可能返回 null,表示取不到有效值。
-
getLevelDesc
public String getLevelDesc()
Get 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LevelDesc 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
-
setLevelDesc
public void setLevelDesc(String LevelDesc)
Set 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LevelDesc
- 警告级别描述 注意:此字段可能返回 null,表示取不到有效值。
-
getDesc
public String getDesc()
Get 警告条件描述- Returns:
- Desc 警告条件描述
-
setDesc
public void setDesc(String Desc)
Set 警告条件描述- Parameters:
Desc
- 警告条件描述
-
-