public static class CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The key of the matching condition.
|
String |
operator
The logical operator of the matching condition.
|
String |
value
The value of the matching condition.
|
| 构造器和说明 |
|---|
CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions() |
@NameInMap(value="Key") public String key
The key of the matching condition.
example:altertname
@NameInMap(value="Operator") public String operator
The logical operator of the matching condition. Valid values:
eq: equal toneq: not equal toin: containsnin: does not containre: regular expression matchnre: regular expression mismatcheq
@NameInMap(value="Value") public String value
The value of the matching condition.
example:test
public CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions()
public static CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions setKey(String key)
public String getKey()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions setOperator(String operator)
public String getOperator()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyMatchingRulesMatchingConditions setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.