Uses of Class
com.tencentcloudapi.tsf.v20180326.models.MetricDataPoint
-
Packages that use MetricDataPoint Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of MetricDataPoint in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return MetricDataPoint Modifier and Type Method Description MetricDataPoint[]MetricDataPointMap. getAvgFailureRate()Get 平均错误率监控数据点集合MetricDataPoint[]MetricDataPointMap. getAvgTimeCost()Get 平均响应时间监控数据点集合MetricDataPoint[]MetricDataCurve. getMetricDataPoints()Get 指标数据点集合 注意:此字段可能返回 null,表示取不到有效值。MetricDataPoint[]DescribeOverviewInvocationResponse. getResult()Get 监控统计数据列表 注意:此字段可能返回 null,表示取不到有效值。MetricDataPoint[]MetricDataPointMap. getSumReqAmount()Get 总调用次数监控数据点集合Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type MetricDataPoint Modifier and Type Method Description voidMetricDataPointMap. setAvgFailureRate(MetricDataPoint[] AvgFailureRate)Set 平均错误率监控数据点集合voidMetricDataPointMap. setAvgTimeCost(MetricDataPoint[] AvgTimeCost)Set 平均响应时间监控数据点集合voidMetricDataCurve. setMetricDataPoints(MetricDataPoint[] MetricDataPoints)Set 指标数据点集合 注意:此字段可能返回 null,表示取不到有效值。voidDescribeOverviewInvocationResponse. setResult(MetricDataPoint[] Result)Set 监控统计数据列表 注意:此字段可能返回 null,表示取不到有效值。voidMetricDataPointMap. setSumReqAmount(MetricDataPoint[] SumReqAmount)Set 总调用次数监控数据点集合Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type MetricDataPoint Constructor Description MetricDataPoint(MetricDataPoint 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.
-