public static class DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alias
The alias of the aggregation result.
|
String |
function
The function that is used to aggregate log data within a statistical period.
|
String |
parameter1
The value of the function that is used to aggregate logs imported from Log Service.
|
String |
parameter2
The value of the function that is used to aggregate logs imported from Log Service.
|
String |
SLSKeyName
The name of the key that is used to aggregate logs imported from Log Service.
|
| 构造器和说明 |
|---|
DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics() |
@NameInMap(value="Alias") public String alias
The alias of the aggregation result.
example:level_count
@NameInMap(value="Function") public String function
The function that is used to aggregate log data within a statistical period. Valid values:
count
@NameInMap(value="Parameter1") public String parameter1
The value of the function that is used to aggregate logs imported from Log Service.
Function parameter is set to distribution, this parameter indicates the lower limit of the statistical interval. For example, 200 indicates that the number of HTTP requests whose status code is 2XX is calculated.Function parameter is set to percentile, this parameter specifies the percentile at which the expected value is. For example, 0.5 specifies P50.200
@NameInMap(value="Parameter2") public String parameter2
The value of the function that is used to aggregate logs imported from Log Service.
example:This parameter is returned only if the
Functionparameter is set todistribution. This parameter indicates the upper limit of the statistical interval. For example, 299 indicates that the number of HTTP requests whose status code is 2XX is calculated.
299
@NameInMap(value="SLSKeyName") public String SLSKeyName
The name of the key that is used to aggregate logs imported from Log Service.
example:name
public DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics()
public static DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics setAlias(String alias)
public String getAlias()
public DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics setFunction(String function)
public String getFunction()
public DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics setParameter1(String parameter1)
public String getParameter1()
public DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics setParameter2(String parameter2)
public String getParameter2()
public DescribeHybridMonitorTaskListResponseBody.DescribeHybridMonitorTaskListResponseBodyTaskListSLSProcessConfigStatistics setSLSKeyName(String SLSKeyName)
public String getSLSKeyName()
Copyright © 2026. All rights reserved.