public class MetricLabelWithValues extends AbstractModel
Constructor and Description |
---|
MetricLabelWithValues() |
MetricLabelWithValues(MetricLabelWithValues 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 |
---|---|
LabelWithValues[] |
getLabelValuesSet()
Get label及values 数组
|
String |
getMetricName()
Get metric 名字
|
void |
setLabelValuesSet(LabelWithValues[] LabelValuesSet)
Set label及values 数组
|
void |
setMetricName(String MetricName)
Set metric 名字
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MetricLabelWithValues()
public MetricLabelWithValues(MetricLabelWithValues source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- metric 名字public LabelWithValues[] getLabelValuesSet()
public void setLabelValuesSet(LabelWithValues[] LabelValuesSet)
LabelValuesSet
- label及values 数组Copyright © 2022. All rights reserved.