public class AttributeKeyDetail extends AbstractModel
Constructor and Description |
---|
AttributeKeyDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get Chinese label
|
String |
getLabelType()
Get Input box type
|
Long |
getOrder()
Get Display sort order
|
String |
getStarter()
Get Initial display
|
String |
getValue()
Get AttributeKey value
|
void |
setLabel(String Label)
Set Chinese label
|
void |
setLabelType(String LabelType)
Set Input box type
|
void |
setOrder(Long Order)
Set Display sort order
|
void |
setStarter(String Starter)
Set Initial display
|
void |
setValue(String Value)
Set AttributeKey value
|
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 getLabel()
public void setLabel(String Label)
Label
- Chinese labelpublic String getLabelType()
public void setLabelType(String LabelType)
LabelType
- Input box typepublic Long getOrder()
public void setOrder(Long Order)
Order
- Display sort orderpublic String getStarter()
public void setStarter(String Starter)
Starter
- Initial displaypublic String getValue()
public void setValue(String Value)
Value
- AttributeKey valueCopyright © 2020. All rights reserved.