public static class TdApi.TestCallString extends TdApi.Function
Returns TestString
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
x
String to return.
|
Constructor and Description |
---|
TestCallString()
Default constructor for a function, which returns the received string; for testing only.
|
TestCallString(java.lang.String x)
Creates a function, which returns the received string; for testing only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String x
public static final int CONSTRUCTOR
public TestCallString()
Returns TestString
public TestCallString(java.lang.String x)
Returns TestString
x
- String to return.public int getConstructor()
getConstructor
in class TdApi.Function