public class LabelDetailData extends AbstractModel
Constructor and Description |
---|
LabelDetailData() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LabelValue getValue()
public void setValue(LabelValue Value)
Value
- 标签数据对象public String getLabel()
public void setLabel(String Label)
Label
- 标签表述,如"汽车资讯"、"游戏#手游"等Copyright © 2021. All rights reserved.