public static class TdApi.JsonValueNumber extends TdApi.JsonValue
TdApi.JsonValue.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
value
The value.
|
Constructor and Description |
---|
JsonValueNumber()
Represents a numeric JSON value.
|
JsonValueNumber(double value)
Represents a numeric JSON value.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public double value
public static final int CONSTRUCTOR
public JsonValueNumber()
public JsonValueNumber(double value)
value
- The value.public int getConstructor()
getConstructor
in class TdApi.JsonValue