public class AggregationLegend extends AbstractModel
header, skipSign| Constructor and Description |
|---|
AggregationLegend() |
AggregationLegend(AggregationLegend source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregation()
Get 指标支持的聚合函数
|
String |
getLegend()
Get 聚合函数作用于指标后对应的描述
|
String |
getUnit()
Get 聚合之后的指标单位
|
void |
setAggregation(String Aggregation)
Set 指标支持的聚合函数
|
void |
setLegend(String Legend)
Set 聚合函数作用于指标后对应的描述
|
void |
setUnit(String Unit)
Set 聚合之后的指标单位
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AggregationLegend()
public AggregationLegend(AggregationLegend source)
public String getAggregation()
public void setAggregation(String Aggregation)
Aggregation - 指标支持的聚合函数public String getLegend()
public void setLegend(String Legend)
Legend - 聚合函数作用于指标后对应的描述public String getUnit()
public void setUnit(String Unit)
Unit - 聚合之后的指标单位Copyright © 2025. All rights reserved.