Uses of Class
com.tencentcloudapi.vpc.v20170312.models.ResourceStatistics
-
Packages that use ResourceStatistics Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of ResourceStatistics in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return ResourceStatistics Modifier and Type Method Description ResourceStatistics[]DescribeSubnetResourceDashboardResponse. getResourceStatisticsSet()Get 资源统计结果。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type ResourceStatistics Modifier and Type Method Description voidDescribeSubnetResourceDashboardResponse. setResourceStatisticsSet(ResourceStatistics[] ResourceStatisticsSet)Set 资源统计结果。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type ResourceStatistics Constructor Description ResourceStatistics(ResourceStatistics 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.
-