public class LabelDetailData extends AbstractModel
header, skipSign
Constructor and Description |
---|
LabelDetailData() |
LabelDetailData(LabelDetailData 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 标签表述,如"汽车资讯"、"游戏#手游"等
|
LabelValue |
getValue()
Get 标签数据对象
|
void |
setLabel(String Label)
Set 标签表述,如"汽车资讯"、"游戏#手游"等
|
void |
setValue(LabelValue Value)
Set 标签数据对象
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LabelDetailData()
public LabelDetailData(LabelDetailData source)
public LabelValue getValue()
public void setValue(LabelValue Value)
Value
- 标签数据对象public String getLabel()
public void setLabel(String Label)
Label
- 标签表述,如"汽车资讯"、"游戏#手游"等Copyright © 2024. All rights reserved.