public static class TdApi.JsonValueString extends TdApi.JsonValue
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
value
The value.
|
| Constructor and Description |
|---|
JsonValueString()
Represents a string JSON value.
|
JsonValueString(java.lang.String value)
Represents a string JSON value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String value
public static final int CONSTRUCTOR
public JsonValueString()
public JsonValueString(java.lang.String value)
value - The value.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object