public class MetricObjectMeaning extends AbstractModel
Constructor and Description |
---|
MetricObjectMeaning() |
Modifier and Type | Method and Description |
---|---|
String |
getEn()
Get Meaning of the metric in English
|
String |
getZh()
Get Meaning of the metric in Chinese
|
void |
setEn(String En)
Set Meaning of the metric in English
|
void |
setZh(String Zh)
Set Meaning of the metric in Chinese
|
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, toJsonString
public String getEn()
public void setEn(String En)
En
- Meaning of the metric in Englishpublic String getZh()
public void setZh(String Zh)
Zh
- Meaning of the metric in ChineseCopyright © 2020. All rights reserved.