Class PodsMetricSource
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcm.v20210413.models.PodsMetricSource
-
public class PodsMetricSource extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PodsMetricSource
public PodsMetricSource()
-
PodsMetricSource
public 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.
-
-
Method Detail
-
getMetricName
public String getMetricName()
Get 指标名- Returns:
- MetricName 指标名
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名- Parameters:
MetricName
- 指标名
-
getTargetAverageValue
public String getTargetAverageValue()
Get 目标值- Returns:
- TargetAverageValue 目标值
-
setTargetAverageValue
public void setTargetAverageValue(String TargetAverageValue)
Set 目标值- Parameters:
TargetAverageValue
- 目标值
-
-