public static class DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
The alias of the field.
|
String |
fieldName
The name of the field in logs.
|
String |
function
The function that is used to aggregate the monitoring data of logs within a statistical period.
|
String |
max
The maximum value.
|
String |
min
The minimum value.
|
| 构造器和说明 |
|---|
DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates() |
@NameInMap(value="Alias") public String alias
The alias of the field.
example:HostName
@NameInMap(value="FieldName") public String fieldName
The name of the field in logs.
example:hostName
@NameInMap(value="Function") public String function
The function that is used to aggregate the monitoring data of logs within a statistical period. Valid values:
count
@NameInMap(value="Max") public String max
The maximum value.
example:10
@NameInMap(value="Min") public String min
The minimum value.
example:0
public DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates()
public static DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates build(Map<String,?> map) throws Exception
Exceptionpublic DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates setAlias(String alias)
public String getAlias()
public DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates setFieldName(String fieldName)
public String getFieldName()
public DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates setFunction(String function)
public String getFunction()
public DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates setMax(String max)
public String getMax()
public DescribeLogMonitorAttributeResponseBody.DescribeLogMonitorAttributeResponseBodyLogMonitorAggregates setMin(String min)
public String getMin()
Copyright © 2026. All rights reserved.