public static class TdApi.JsonValueString extends TdApi.JsonValue
TdApi.JsonValue.Constructors
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() |
toString
public java.lang.String value
public static final int CONSTRUCTOR
public JsonValueString()
public JsonValueString(java.lang.String value)
value
- The value.public int getConstructor()
getConstructor
in class TdApi.JsonValue