Uses of Class
com.tencentcloudapi.apm.v20210622.models.ApmField
-
Packages that use ApmField Package Description com.tencentcloudapi.apm.v20210622.models -
-
Uses of ApmField in com.tencentcloudapi.apm.v20210622.models
Methods in com.tencentcloudapi.apm.v20210622.models that return ApmField Modifier and Type Method Description ApmField[]ApmMetricRecord. getFields()Get field数组Methods in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmField Modifier and Type Method Description voidApmMetricRecord. setFields(ApmField[] Fields)Set field数组Constructors in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmField Constructor Description ApmField(ApmField 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.
-