public static final class GetAlertRulesResponseBody.AlertRuleContent.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetAlertRulesResponseBody.AlertRuleContent.Builder |
alertRuleItems(List<GetAlertRulesResponseBody.AlertRuleItems> alertRuleItems)
The trigger conditions of the Application Monitoring or Browser Monitoring alert rule.
|
GetAlertRulesResponseBody.AlertRuleContent |
build() |
GetAlertRulesResponseBody.AlertRuleContent.Builder |
condition(String condition)
The relationship between multiple alert conditions specified for the Application Monitoring or Browser Monitoring alert rule.
|
public GetAlertRulesResponseBody.AlertRuleContent.Builder alertRuleItems(List<GetAlertRulesResponseBody.AlertRuleItems> alertRuleItems)
public GetAlertRulesResponseBody.AlertRuleContent.Builder condition(String condition)
* OR: The alert rule is triggered if one of the conditions is met. * AND: The alert rule is triggered if all the conditions are met.
public GetAlertRulesResponseBody.AlertRuleContent build()
Copyright © 2024. All rights reserved.