Package it.tdlight.jni
Class TdApi.TestCallVectorInt
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.TestCallVectorInt
- Enclosing class:
- TdApi
public static class TdApi.TestCallVectorInt extends TdApi.Function
Returns the received vector of numbers;
for testing only. This is an offline
method. Can be called before authorization.
Returns TestVectorInt
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int[]
x
Vector of numbers to return. -
Constructor Summary
Constructors Constructor Description TestCallVectorInt()
Returns the received vector of numbers; for testing only.TestCallVectorInt(int[] x)
Returns the received vector of numbers; for testing only.TestCallVectorInt(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
x
public int[] xVector of numbers to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
TestCallVectorInt
public TestCallVectorInt()Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.Returns
TestVectorInt
-
TestCallVectorInt
public TestCallVectorInt(int[] x)Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization.Returns
TestVectorInt
- Parameters:
x
- int[] Vector of numbers to return.
-
TestCallVectorInt
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-