public class ApmTag extends AbstractModel
| Constructor and Description |
|---|
ApmTag() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get 维度Key(列名,标签Key)
|
String |
getValue()
Get 维度值(标签值)
|
void |
setKey(String Key)
Set 维度Key(列名,标签Key)
|
void |
setValue(String Value)
Set 维度值(标签值)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ApmTag()
public ApmTag(ApmTag source)
public String getKey()
public void setKey(String Key)
Key - 维度Key(列名,标签Key)public String getValue()
public void setValue(String Value)
Value - 维度值(标签值)Copyright © 2021. All rights reserved.