public static class TdApi.TestCallVectorInt extends TdApi.Function
Returns TestVectorInt
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
x
Vector of numbers to return.
|
Constructor and Description |
---|
TestCallVectorInt()
Default constructor for a function, which returns the received vector of numbers; for testing only.
|
TestCallVectorInt(int[] x)
Creates a function, which returns the received vector of numbers; for testing only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] x
public static final int CONSTRUCTOR
public TestCallVectorInt()
Returns TestVectorInt
public TestCallVectorInt(int[] x)
Returns TestVectorInt
x
- Vector of numbers to return.public int getConstructor()
getConstructor
in class TdApi.Function