Class MetricStatisticsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.MetricStatisticsInfo
-
public class MetricStatisticsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MetricStatisticsInfo()MetricStatisticsInfo(MetricStatisticsInfo 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 StatisticsDataInfo[]getMetricData()Get 指标统计数据StringgetMetricName()Get 指标名称voidsetMetricData(StatisticsDataInfo[] MetricData)Set 指标统计数据voidsetMetricName(String MetricName)Set 指标名称voidtoMap(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
-
MetricStatisticsInfo
public MetricStatisticsInfo()
-
MetricStatisticsInfo
public MetricStatisticsInfo(MetricStatisticsInfo 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- 指标名称
-
getMetricData
public StatisticsDataInfo[] getMetricData()
Get 指标统计数据- Returns:
- MetricData 指标统计数据
-
setMetricData
public void setMetricData(StatisticsDataInfo[] MetricData)
Set 指标统计数据- Parameters:
MetricData- 指标统计数据
-
-