| Package | Description |
|---|---|
| com.tencentcloudapi.apm.v20210622.models |
| Modifier and Type | Method and Description |
|---|---|
ApmTag[] |
CreateApmInstanceRequest.getTags()
Get 标签列表
|
ApmTag[] |
Line.getTags()
Get 维度列表
注意:此字段可能返回 null,表示取不到有效值。
|
ApmTag[] |
DescribeApmInstancesRequest.getTags()
Get Tag列表
|
ApmTag[] |
ApmMetricRecord.getTags()
Get tag数组
|
ApmTag[] |
ApmInstanceDetail.getTags()
Get 实例所属tag列表
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApmInstanceRequest.setTags(ApmTag[] Tags)
Set 标签列表
|
void |
Line.setTags(ApmTag[] Tags)
Set 维度列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DescribeApmInstancesRequest.setTags(ApmTag[] Tags)
Set Tag列表
|
void |
ApmMetricRecord.setTags(ApmTag[] Tags)
Set tag数组
|
void |
ApmInstanceDetail.setTags(ApmTag[] Tags)
Set 实例所属tag列表
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
ApmTag(ApmTag 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.
|
Copyright © 2022. All rights reserved.