Class AlarmPolicyEventCondition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.AlarmPolicyEventCondition
-
public class AlarmPolicyEventCondition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlarmPolicyEventCondition()AlarmPolicyEventCondition(AlarmPolicyEventCondition 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 AlarmPolicyRule[]getRules()Get 告警触发条件列表 注意:此字段可能返回 null,表示取不到有效值。voidsetRules(AlarmPolicyRule[] Rules)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
-
AlarmPolicyEventCondition
public AlarmPolicyEventCondition()
-
AlarmPolicyEventCondition
public AlarmPolicyEventCondition(AlarmPolicyEventCondition 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
-
getRules
public AlarmPolicyRule[] getRules()
Get 告警触发条件列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Rules 告警触发条件列表 注意:此字段可能返回 null,表示取不到有效值。
-
setRules
public void setRules(AlarmPolicyRule[] Rules)
Set 告警触发条件列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Rules- 告警触发条件列表 注意:此字段可能返回 null,表示取不到有效值。
-
-