public static class TdApi.JsonValueNumber extends TdApi.JsonValue
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic double value
public static final int CONSTRUCTOR
public JsonValueNumber()
public JsonValueNumber(double value)
value - The value.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object