Class TdApi.StatisticalValue

  • Enclosing class:
    TdApi

    public static class TdApi.StatisticalValue
    extends TdApi.Object
    A value with information about its recent changes.
    • Field Detail

      • value

        public double value
        The current value.
      • previousValue

        public double previousValue
        The value for the previous day.
      • growthRatePercentage

        public double growthRatePercentage
        The growth rate of the value, as a percentage.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StatisticalValue

        public StatisticalValue()
        A value with information about its recent changes.
      • StatisticalValue

        public StatisticalValue​(double value,
                                double previousValue,
                                double growthRatePercentage)
        A value with information about its recent changes.
        Parameters:
        value - The current value.
        previousValue - The value for the previous day.
        growthRatePercentage - The growth rate of the value, as a percentage.