Class QuantileEntity

    • Constructor Detail

      • QuantileEntity

        public QuantileEntity()
      • QuantileEntity

        public QuantileEntity​(QuantileEntity 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

      • getMaxValue

        public String getMaxValue()
        Get 最大值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxValue 最大值 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxValue

        public void setMaxValue​(String MaxValue)
        Set 最大值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxValue - 最大值 注意:此字段可能返回 null,表示取不到有效值。
      • getMinValue

        public String getMinValue()
        Get 最小值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MinValue 最小值 注意:此字段可能返回 null,表示取不到有效值。
      • setMinValue

        public void setMinValue​(String MinValue)
        Set 最小值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MinValue - 最小值 注意:此字段可能返回 null,表示取不到有效值。
      • getFifthPositionValue

        public String getFifthPositionValue()
        Get 五分位值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FifthPositionValue 五分位值 注意:此字段可能返回 null,表示取不到有效值。
      • setFifthPositionValue

        public void setFifthPositionValue​(String FifthPositionValue)
        Set 五分位值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FifthPositionValue - 五分位值 注意:此字段可能返回 null,表示取不到有效值。
      • getNinthPositionValue

        public String getNinthPositionValue()
        Get 九分位值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NinthPositionValue 九分位值 注意:此字段可能返回 null,表示取不到有效值。
      • setNinthPositionValue

        public void setNinthPositionValue​(String NinthPositionValue)
        Set 九分位值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NinthPositionValue - 九分位值 注意:此字段可能返回 null,表示取不到有效值。