Uses of Class
com.tencentcloudapi.gme.v20180711.models.AppStatisticsItem
-
Packages that use AppStatisticsItem Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of AppStatisticsItem in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return AppStatisticsItem Modifier and Type Method Description AppStatisticsItem[]DescribeAppStatisticsResp. getAppStatistics()Get 应用用量统计数据Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type AppStatisticsItem Modifier and Type Method Description voidDescribeAppStatisticsResp. setAppStatistics(AppStatisticsItem[] AppStatistics)Set 应用用量统计数据Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type AppStatisticsItem Constructor Description AppStatisticsItem(AppStatisticsItem 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.
-