public static class TdApi.TestString extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
value
String.
|
Constructor and Description |
---|
TestString()
A simple object containing a string; for testing only.
|
TestString(java.lang.String value)
A simple object containing a string; for testing only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String value
public static final int CONSTRUCTOR
public TestString()
public TestString(java.lang.String value)
value
- String.public int getConstructor()
getConstructor
in class TdApi.Object