public class TextLabelDistributionDetailInfoSecondClass extends AbstractModel
Constructor and Description |
---|
TextLabelDistributionDetailInfoSecondClass() |
TextLabelDistributionDetailInfoSecondClass(TextLabelDistributionDetailInfoSecondClass 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 |
---|---|
TextLabelDistributionDetailInfoThirdClass[] |
getChildLabelList()
Get 子标签分布
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLabelCount()
Get 标签个数
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getLabelPercentage()
Get 标签占比
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabelValue()
Get 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChildLabelList(TextLabelDistributionDetailInfoThirdClass[] ChildLabelList)
Set 子标签分布
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabelCount(Long LabelCount)
Set 标签个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabelPercentage(Float LabelPercentage)
Set 标签占比
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabelValue(String LabelValue)
Set 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 TextLabelDistributionDetailInfoSecondClass()
public TextLabelDistributionDetailInfoSecondClass(TextLabelDistributionDetailInfoSecondClass source)
public String getLabelValue()
public void setLabelValue(String LabelValue)
LabelValue
- 标签名称
注意:此字段可能返回 null,表示取不到有效值。public Long getLabelCount()
public void setLabelCount(Long LabelCount)
LabelCount
- 标签个数
注意:此字段可能返回 null,表示取不到有效值。public Float getLabelPercentage()
public void setLabelPercentage(Float LabelPercentage)
LabelPercentage
- 标签占比
注意:此字段可能返回 null,表示取不到有效值。public TextLabelDistributionDetailInfoThirdClass[] getChildLabelList()
public void setChildLabelList(TextLabelDistributionDetailInfoThirdClass[] ChildLabelList)
ChildLabelList
- 子标签分布
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.