public class AttributeKeyDetail extends AbstractModel
Constructor and Description |
---|
AttributeKeyDetail() |
AttributeKeyDetail(AttributeKeyDetail 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 |
getLabel()
Get Tag
|
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 Tag
|
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 AttributeKeyDetail()
public AttributeKeyDetail(AttributeKeyDetail source)
public String getLabelType()
public void setLabelType(String LabelType)
LabelType
- Input box typepublic String getStarter()
public void setStarter(String Starter)
Starter
- Initial displaypublic Long getOrder()
public void setOrder(Long Order)
Order
- Display sort orderpublic String getValue()
public void setValue(String Value)
Value
- `AttributeKey` valuepublic String getLabel()
public void setLabel(String Label)
Label
- TagCopyright © 2023. All rights reserved.