Class MonitorMetricSeriesData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.MonitorMetricSeriesData
-
public class MonitorMetricSeriesData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MonitorMetricSeriesData()MonitorMetricSeriesData(MonitorMetricSeriesData 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 MonitorMetric[]getSeries()Get 监控指标。Long[]getTimestamp()Get 监控指标对应的时间戳。voidsetSeries(MonitorMetric[] Series)Set 监控指标。voidsetTimestamp(Long[] Timestamp)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
-
MonitorMetricSeriesData
public MonitorMetricSeriesData()
-
MonitorMetricSeriesData
public MonitorMetricSeriesData(MonitorMetricSeriesData 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
-
getSeries
public MonitorMetric[] getSeries()
Get 监控指标。- Returns:
- Series 监控指标。
-
setSeries
public void setSeries(MonitorMetric[] Series)
Set 监控指标。- Parameters:
Series- 监控指标。
-
getTimestamp
public Long[] getTimestamp()
Get 监控指标对应的时间戳。- Returns:
- Timestamp 监控指标对应的时间戳。
-
setTimestamp
public void setTimestamp(Long[] Timestamp)
Set 监控指标对应的时间戳。- Parameters:
Timestamp- 监控指标对应的时间戳。
-
-