Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ProcessStatistics
-
Packages that use ProcessStatistics Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ProcessStatistics in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return ProcessStatistics Modifier and Type Method Description ProcessStatistics[]
DescribeProcessStatisticsResponse. getProcessStatistics()
Get 进程统计列表数据数组。Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProcessStatistics Modifier and Type Method Description void
DescribeProcessStatisticsResponse. setProcessStatistics(ProcessStatistics[] ProcessStatistics)
Set 进程统计列表数据数组。Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProcessStatistics Constructor Description ProcessStatistics(ProcessStatistics 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.
-