public class AttributeKeyDetail extends AbstractModel
header, skipSign| 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 中文标签 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AttributeKeyDetail()
public AttributeKeyDetail(AttributeKeyDetail source)
public String getLabelType()
public void setLabelType(String LabelType)
LabelType - 输入框类型public String getStarter()
public void setStarter(String Starter)
Starter - 初始化展示public Long getOrder()
public void setOrder(Long Order)
Order - 展示排序public String getValue()
public void setValue(String Value)
Value - AttributeKey值public String getLabel()
public void setLabel(String Label)
Label - 中文标签Copyright © 2025. All rights reserved.