Uses of Class
com.tencentcloudapi.apm.v20210622.models.DescribeGeneralMetricDataResponse
-
Packages that use DescribeGeneralMetricDataResponse Package Description com.tencentcloudapi.apm.v20210622 com.tencentcloudapi.apm.v20210622.models -
-
Uses of DescribeGeneralMetricDataResponse in com.tencentcloudapi.apm.v20210622
Methods in com.tencentcloudapi.apm.v20210622 that return DescribeGeneralMetricDataResponse Modifier and Type Method Description DescribeGeneralMetricDataResponseApmClient. DescribeGeneralMetricData(DescribeGeneralMetricDataRequest req)获取指标数据通用接口。用户根据需要上送请求参数,返回对应的指标数据。 接口调用频率限制为:20次/秒,1200次/分钟。单请求的数据点数限制为1440个。 -
Uses of DescribeGeneralMetricDataResponse in com.tencentcloudapi.apm.v20210622.models
Constructors in com.tencentcloudapi.apm.v20210622.models with parameters of type DescribeGeneralMetricDataResponse Constructor Description DescribeGeneralMetricDataResponse(DescribeGeneralMetricDataResponse 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.
-