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 同比,现支持 CompareByYesterday (与昨天相比)和CompareByLastWeek (与上周相比) | 
| String | getMetricName()Get 指标名 | 
| void | setCompare(String Compare)Set 同比,已弃用,不建议使用 | 
| void | setCompares(String[] Compares)Set 同比,现支持 CompareByYesterday (与昨天相比)和CompareByLastWeek (与上周相比) | 
| 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, toJsonStringpublic QueryMetricItem()
public QueryMetricItem(QueryMetricItem source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName - 指标名public String[] getCompares()
public void setCompares(String[] Compares)
Compares - 同比,现支持 CompareByYesterday (与昨天相比)和CompareByLastWeek (与上周相比)public String getCompare()
public void setCompare(String Compare)
Compare - 同比,已弃用,不建议使用Copyright © 2025. All rights reserved.