Class AlarmHierarchicalValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.AlarmHierarchicalValue
-
public class AlarmHierarchicalValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlarmHierarchicalValue()AlarmHierarchicalValue(AlarmHierarchicalValue 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 StringgetRemind()Get 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。StringgetSerious()Get 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。StringgetWarn()Get 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。voidsetRemind(String Remind)Set 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。voidsetSerious(String Serious)Set 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。voidsetWarn(String Warn)Set 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。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
-
AlarmHierarchicalValue
public AlarmHierarchicalValue()
-
AlarmHierarchicalValue
public AlarmHierarchicalValue(AlarmHierarchicalValue 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
-
getRemind
public String getRemind()
Get 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remind 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
setRemind
public void setRemind(String Remind)
Set 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remind- 提醒等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
getWarn
public String getWarn()
Get 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Warn 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
setWarn
public void setWarn(String Warn)
Set 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Warn- 警告等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
getSerious
public String getSerious()
Get 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Serious 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
setSerious
public void setSerious(String Serious)
Set 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Serious- 严重等级阈值 注意:此字段可能返回 null,表示取不到有效值。
-
-