public class MetricObjectMeaning extends AbstractModel
| Constructor and Description | 
|---|
| MetricObjectMeaning() | 
| MetricObjectMeaning(MetricObjectMeaning 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 | 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, toJsonStringpublic MetricObjectMeaning()
public MetricObjectMeaning(MetricObjectMeaning source)
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 © 2021. All rights reserved.