public class PodsMetricSource extends AbstractModel
Constructor and Description |
---|
PodsMetricSource() |
PodsMetricSource(PodsMetricSource 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 |
getMetricName()
Get 指标名
|
String |
getTargetAverageValue()
Get 目标值
|
void |
setMetricName(String MetricName)
Set 指标名
|
void |
setTargetAverageValue(String TargetAverageValue)
Set 目标值
|
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 PodsMetricSource()
public PodsMetricSource(PodsMetricSource source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public String getTargetAverageValue()
public void setTargetAverageValue(String TargetAverageValue)
TargetAverageValue
- 目标值Copyright © 2022. All rights reserved.