public class Dimension extends AbstractModel
header, skipSign
Constructor and Description |
---|
Dimension() |
Dimension(Dimension 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
|
String |
getValue()
Get 智能运维指标维度值
|
void |
setKey(String Key)
Set 智能运维指标维度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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Dimension()
public Dimension(Dimension source)
public String getKey()
public void setKey(String Key)
Key
- 智能运维指标维度Keypublic String getValue()
public void setValue(String Value)
Value
- 智能运维指标维度值Copyright © 2024. All rights reserved.