Uses of Class
com.tencentcloudapi.cwp.v20180228.models.DescribeProcessStatisticsRequest
-
Packages that use DescribeProcessStatisticsRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of DescribeProcessStatisticsRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type DescribeProcessStatisticsRequest Modifier and Type Method Description DescribeProcessStatisticsResponse
CwpClient. DescribeProcessStatistics(DescribeProcessStatisticsRequest req)
本接口 (DescribeProcessStatistics) 用于获取进程统计列表数据。 -
Uses of DescribeProcessStatisticsRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type DescribeProcessStatisticsRequest Constructor Description DescribeProcessStatisticsRequest(DescribeProcessStatisticsRequest 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.
-