Class LabelDetailData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apcas.v20201127.models.LabelDetailData
-
public class LabelDetailData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Get 标签表述,如"汽车资讯"、"游戏#手游"等LabelValuegetValue()Get 标签数据对象voidsetLabel(String Label)Set 标签表述,如"汽车资讯"、"游戏#手游"等voidsetValue(LabelValue Value)Set 标签数据对象voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LabelDetailData
public LabelDetailData()
-
LabelDetailData
public 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.
-
-
Method Detail
-
getValue
public LabelValue getValue()
Get 标签数据对象- Returns:
- Value 标签数据对象
-
setValue
public void setValue(LabelValue Value)
Set 标签数据对象- Parameters:
Value- 标签数据对象
-
getLabel
public String getLabel()
Get 标签表述,如"汽车资讯"、"游戏#手游"等- Returns:
- Label 标签表述,如"汽车资讯"、"游戏#手游"等
-
setLabel
public void setLabel(String Label)
Set 标签表述,如"汽车资讯"、"游戏#手游"等- Parameters:
Label- 标签表述,如"汽车资讯"、"游戏#手游"等
-
-