Uses of Class
com.tencentcloudapi.tsf.v20180326.models.GroupUseStatisticsEntity
-
Packages that use GroupUseStatisticsEntity Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of GroupUseStatisticsEntity in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return GroupUseStatisticsEntity Modifier and Type Method Description GroupUseStatisticsEntity[]GroupDailyUseStatistics. getTopAvgTimeCost()Get 平均响应耗时GroupUseStatisticsEntity[]GroupDailyUseStatistics. getTopFailureRate()Get 平均错误率GroupUseStatisticsEntity[]GroupDailyUseStatistics. getTopReqAmount()Get 总调用数Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type GroupUseStatisticsEntity Modifier and Type Method Description voidGroupDailyUseStatistics. setTopAvgTimeCost(GroupUseStatisticsEntity[] TopAvgTimeCost)Set 平均响应耗时voidGroupDailyUseStatistics. setTopFailureRate(GroupUseStatisticsEntity[] TopFailureRate)Set 平均错误率voidGroupDailyUseStatistics. setTopReqAmount(GroupUseStatisticsEntity[] TopReqAmount)Set 总调用数Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type GroupUseStatisticsEntity Constructor Description GroupUseStatisticsEntity(GroupUseStatisticsEntity 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.
-