public class AttributeKeyDetail extends AbstractModel
| Constructor and Description |
|---|
AttributeKeyDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Get 中文标签
|
String |
getLabelType()
Get 输入框类型
|
Long |
getOrder()
Get 展示排序
|
String |
getStarter()
Get 初始化展示
|
String |
getValue()
Get AttributeKey值
|
void |
setLabel(String Label)
Set 中文标签
|
void |
setLabelType(String LabelType)
Set 输入框类型
|
void |
setOrder(Long Order)
Set 展示排序
|
void |
setStarter(String Starter)
Set 初始化展示
|
void |
setValue(String Value)
Set AttributeKey值
|
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 getLabel()
public void setLabel(String Label)
Label - 中文标签public String getLabelType()
public void setLabelType(String LabelType)
LabelType - 输入框类型public Long getOrder()
public void setOrder(Long Order)
Order - 展示排序public String getStarter()
public void setStarter(String Starter)
Starter - 初始化展示public String getValue()
public void setValue(String Value)
Value - AttributeKey值Copyright © 2020. All rights reserved.