Uses of Class
com.tencentcloudapi.apm.v20210622.models.ApmAgentInfo
-
Packages that use ApmAgentInfo Package Description com.tencentcloudapi.apm.v20210622.models -
-
Uses of ApmAgentInfo in com.tencentcloudapi.apm.v20210622.models
Methods in com.tencentcloudapi.apm.v20210622.models that return ApmAgentInfo Modifier and Type Method Description ApmAgentInfoDescribeApmAgentResponse. getApmAgent()Get Agent信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmAgentInfo Modifier and Type Method Description voidDescribeApmAgentResponse. setApmAgent(ApmAgentInfo ApmAgent)Set Agent信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apm.v20210622.models with parameters of type ApmAgentInfo Constructor Description ApmAgentInfo(ApmAgentInfo 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.
-