public class DescribeProductEventListEventsDimensions extends AbstractModel
| 构造器和说明 |
|---|
DescribeProductEventListEventsDimensions() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey()
Get 维度名(英文)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 维度名(中文)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 维度值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 维度名(英文)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 维度名(中文)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 维度值
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getKey()
public void setKey(String Key)
Key - 维度名(英文)
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 维度名(中文)
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value - 维度值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.