public class QueryMetricItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryMetricItem() |
QueryMetricItem(QueryMetricItem 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 |
getCompare()
Get 同比,已弃用,不建议使用
|
String[] |
getCompares()
Get 同比,支持多种同比方式
|
String |
getMetricName()
Get 指标名
|
void |
setCompare(String Compare)
Set 同比,已弃用,不建议使用
|
void |
setCompares(String[] Compares)
Set 同比,支持多种同比方式
|
void |
setMetricName(String MetricName)
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, toJsonString
public QueryMetricItem()
public QueryMetricItem(QueryMetricItem source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public String getCompare()
public void setCompare(String Compare)
Compare
- 同比,已弃用,不建议使用public String[] getCompares()
public void setCompares(String[] Compares)
Compares
- 同比,支持多种同比方式Copyright © 2024. All rights reserved.