Uses of Class
com.tencentcloudapi.gaap.v20180529.models.StatisticsDataInfo
-
Packages that use StatisticsDataInfo Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of StatisticsDataInfo in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return StatisticsDataInfo Modifier and Type Method Description StatisticsDataInfo[]MetricStatisticsInfo. getMetricData()Get 指标统计数据StatisticsDataInfo[]DescribeRealServerStatisticsResponse. getStatisticsData()Get 指定监听器的源站状态统计数据Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type StatisticsDataInfo Modifier and Type Method Description voidMetricStatisticsInfo. setMetricData(StatisticsDataInfo[] MetricData)Set 指标统计数据voidDescribeRealServerStatisticsResponse. setStatisticsData(StatisticsDataInfo[] StatisticsData)Set 指定监听器的源站状态统计数据Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type StatisticsDataInfo Constructor Description StatisticsDataInfo(StatisticsDataInfo 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.
-