Class TextLabelDistributionDetailInfoFirstClass
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.TextLabelDistributionDetailInfoFirstClass
-
public class TextLabelDistributionDetailInfoFirstClass extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TextLabelDistributionDetailInfoFirstClass()TextLabelDistributionDetailInfoFirstClass(TextLabelDistributionDetailInfoFirstClass 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 TextLabelDistributionDetailInfoSecondClass[]getChildLabelList()Get 子标签分布 注意:此字段可能返回 null,表示取不到有效值。LonggetLabelCount()Get 标签个数 注意:此字段可能返回 null,表示取不到有效值。FloatgetLabelPercentage()Get 标签占比 注意:此字段可能返回 null,表示取不到有效值。StringgetLabelValue()Get 标签名称 注意:此字段可能返回 null,表示取不到有效值。voidsetChildLabelList(TextLabelDistributionDetailInfoSecondClass[] ChildLabelList)Set 子标签分布 注意:此字段可能返回 null,表示取不到有效值。voidsetLabelCount(Long LabelCount)Set 标签个数 注意:此字段可能返回 null,表示取不到有效值。voidsetLabelPercentage(Float LabelPercentage)Set 标签占比 注意:此字段可能返回 null,表示取不到有效值。voidsetLabelValue(String LabelValue)Set 标签名称 注意:此字段可能返回 null,表示取不到有效值。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
-
TextLabelDistributionDetailInfoFirstClass
public TextLabelDistributionDetailInfoFirstClass()
-
TextLabelDistributionDetailInfoFirstClass
public TextLabelDistributionDetailInfoFirstClass(TextLabelDistributionDetailInfoFirstClass 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
-
getLabelValue
public String getLabelValue()
Get 标签名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LabelValue 标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
setLabelValue
public void setLabelValue(String LabelValue)
Set 标签名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LabelValue- 标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
getLabelCount
public Long getLabelCount()
Get 标签个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LabelCount 标签个数 注意:此字段可能返回 null,表示取不到有效值。
-
setLabelCount
public void setLabelCount(Long LabelCount)
Set 标签个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LabelCount- 标签个数 注意:此字段可能返回 null,表示取不到有效值。
-
getLabelPercentage
public Float getLabelPercentage()
Get 标签占比 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LabelPercentage 标签占比 注意:此字段可能返回 null,表示取不到有效值。
-
setLabelPercentage
public void setLabelPercentage(Float LabelPercentage)
Set 标签占比 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LabelPercentage- 标签占比 注意:此字段可能返回 null,表示取不到有效值。
-
getChildLabelList
public TextLabelDistributionDetailInfoSecondClass[] getChildLabelList()
Get 子标签分布 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChildLabelList 子标签分布 注意:此字段可能返回 null,表示取不到有效值。
-
setChildLabelList
public void setChildLabelList(TextLabelDistributionDetailInfoSecondClass[] ChildLabelList)
Set 子标签分布 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChildLabelList- 子标签分布 注意:此字段可能返回 null,表示取不到有效值。
-
-