public static class SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appGroupId
The ID of the application group that is associated with the alert rule.
|
String |
appId
The auto-increment ID of the ARMS application.
|
List<SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions> |
dimensions
The dimensions in the condition.
|
String |
pid
The PID of the application that is associated with the alert rule.
|
String |
type
The type of the metric.
|
| 构造器和说明 |
|---|
SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam() |
@NameInMap(value="AppGroupId") public String appGroupId
The ID of the application group that is associated with the alert rule. This parameter is applicable to Enterprise Distributed Application Service (EDAS) applications.
example:DEFAULT
@NameInMap(value="AppId") public String appId
The auto-increment ID of the ARMS application. You can ignore this ID.
example:123
@NameInMap(value="Dimensions") public List<SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions> dimensions
The dimensions in the condition.
@NameInMap(value="Pid") public String pid
The PID of the application that is associated with the alert rule.
example:9870ca99-8105-4da7-a3a4-d72dd1b1****
@NameInMap(value="Type") public String type
The type of the metric. Valid values:
txn: the number of API calls during application monitoringtxn_type: the types of API calls during application monitoringdb: database metricsjvm: Java virtual machine (JVM) metricshost: host metricsexception: API call errorsDB
public SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam()
public static SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam setAppGroupId(String appGroupId)
public String getAppGroupId()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam setAppId(String appId)
public String getAppId()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam setDimensions(List<SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions> dimensions)
public List<SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions> getDimensions()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam setPid(String pid)
public String getPid()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParam setType(String type)
public String getType()
Copyright © 2024. All rights reserved.