public static class TdApi.GetJsonValue extends TdApi.Function<TdApi.JsonValue>
Returns JsonValue
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
json
The JSON-serialized string.
|
| Constructor and Description |
|---|
GetJsonValue()
Default constructor for a function, which converts a JSON-serialized string to corresponding JsonValue object.
|
GetJsonValue(java.lang.String json)
Creates a function, which converts a JSON-serialized string to corresponding JsonValue object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String json
public static final int CONSTRUCTOR
public GetJsonValue()
Returns JsonValue
public GetJsonValue(java.lang.String json)
Returns JsonValue
json - The JSON-serialized string.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object