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