Class TextLabelDistributionDetailInfoFirstClass


  • public class TextLabelDistributionDetailInfoFirstClass
    extends AbstractModel
    • 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,表示取不到有效值。