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