Uses of Class
com.tencentcloudapi.apm.v20210622.models.ApmMetricRecord
-
Packages that use ApmMetricRecord Package Description com.tencentcloudapi.apm.v20210622.models -
-
Uses of ApmMetricRecord in com.tencentcloudapi.apm.v20210622.models
Methods in com.tencentcloudapi.apm.v20210622.models that return ApmMetricRecord Modifier and Type Method Description ApmMetricRecord[]DescribeMetricRecordsResponse. getRecords()Get 指标结果集 注意:此字段可能返回 null,表示取不到有效值。ApmMetricRecord[]DescribeServiceOverviewResponse. getRecords()Get 指标结果集 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmMetricRecord Modifier and Type Method Description voidDescribeMetricRecordsResponse. setRecords(ApmMetricRecord[] Records)Set 指标结果集 注意:此字段可能返回 null,表示取不到有效值。voidDescribeServiceOverviewResponse. setRecords(ApmMetricRecord[] Records)Set 指标结果集 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmMetricRecord Constructor Description ApmMetricRecord(ApmMetricRecord 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.
-