public class Metric extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Metric() | 
| Metric(Metric 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 | 
|---|---|
| Dimension[] | getDimensions()Get 指标维度族 | 
| Float | getValue()Get 指标值 | 
| void | setDimensions(Dimension[] Dimensions)Set 指标维度族 | 
| void | setValue(Float Value)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 Metric()
public Metric(Metric source)
public Dimension[] getDimensions()
public void setDimensions(Dimension[] Dimensions)
Dimensions - 指标维度族public Float getValue()
public void setValue(Float Value)
Value - 指标值Copyright © 2025. All rights reserved.