Class DescribeSlowLogTimeSeriesStatsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.DescribeSlowLogTimeSeriesStatsResponse
-
public class DescribeSlowLogTimeSeriesStatsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSlowLogTimeSeriesStatsResponse()DescribeSlowLogTimeSeriesStatsResponse(DescribeSlowLogTimeSeriesStatsResponse 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 LonggetPeriod()Get 柱间单位时间间隔,单位为秒。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。MonitorMetricSeriesDatagetSeriesData()Get 单位时间间隔内的实例 cpu 利用率监控数据。TimeSlice[]getTimeSeries()Get 单位时间间隔内慢日志数量统计。voidsetPeriod(Long Period)Set 柱间单位时间间隔,单位为秒。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSeriesData(MonitorMetricSeriesData SeriesData)Set 单位时间间隔内的实例 cpu 利用率监控数据。voidsetTimeSeries(TimeSlice[] TimeSeries)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
-
DescribeSlowLogTimeSeriesStatsResponse
public DescribeSlowLogTimeSeriesStatsResponse()
-
DescribeSlowLogTimeSeriesStatsResponse
public DescribeSlowLogTimeSeriesStatsResponse(DescribeSlowLogTimeSeriesStatsResponse 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
-
getPeriod
public Long getPeriod()
Get 柱间单位时间间隔,单位为秒。- Returns:
- Period 柱间单位时间间隔,单位为秒。
-
setPeriod
public void setPeriod(Long Period)
Set 柱间单位时间间隔,单位为秒。- Parameters:
Period- 柱间单位时间间隔,单位为秒。
-
getTimeSeries
public TimeSlice[] getTimeSeries()
Get 单位时间间隔内慢日志数量统计。- Returns:
- TimeSeries 单位时间间隔内慢日志数量统计。
-
setTimeSeries
public void setTimeSeries(TimeSlice[] TimeSeries)
Set 单位时间间隔内慢日志数量统计。- Parameters:
TimeSeries- 单位时间间隔内慢日志数量统计。
-
getSeriesData
public MonitorMetricSeriesData getSeriesData()
Get 单位时间间隔内的实例 cpu 利用率监控数据。- Returns:
- SeriesData 单位时间间隔内的实例 cpu 利用率监控数据。
-
setSeriesData
public void setSeriesData(MonitorMetricSeriesData SeriesData)
Set 单位时间间隔内的实例 cpu 利用率监控数据。- Parameters:
SeriesData- 单位时间间隔内的实例 cpu 利用率监控数据。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-