public static class TdApi.StatisticalValue extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
growthRatePercentage
The growth rate of the value, as a percentage.
|
double |
previousValue
The value for the previous day.
|
double |
value
The current value.
|
| Constructor and Description |
|---|
StatisticalValue()
A value with information about its recent changes.
|
StatisticalValue(double value,
double previousValue,
double growthRatePercentage)
A value with information about its recent changes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic double value
public double previousValue
public double growthRatePercentage
public static final int CONSTRUCTOR
public StatisticalValue()
public StatisticalValue(double value,
double previousValue,
double growthRatePercentage)
value - The current value.previousValue - The value for the previous day.growthRatePercentage - The growth rate of the value, as a percentage.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object