Module tdlight.api

Class TdApi.StatisticalValue

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StatisticalValue
Enclosing class:
TdApi

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

    • 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
      See Also:
  • Constructor Details

    • 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 - double The current value.
      previousValue - double The value for the previous day.
      growthRatePercentage - double The growth rate of the value, as a percentage.
    • StatisticalValue

      public StatisticalValue(DataInput input) throws IOException
      A value with information about its recent changes.
      Throws:
      IOException
  • Method Details