java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TestVectorInt
- Enclosing class:
- TdApi
A simple object containing a vector
of numbers; for testing only.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionA simple object containing a vector of numbers; for testing only.TestVectorInt
(int[] value) A simple object containing a vector of numbers; for testing only.TestVectorInt
(DataInput input) A simple object containing a vector of numbers; for testing only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
value
public int[] valueVector of numbers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TestVectorInt
public TestVectorInt()A simple object containing a vector of numbers; for testing only. -
TestVectorInt
public TestVectorInt(int[] value) A simple object containing a vector of numbers; for testing only.- Parameters:
value
- int[] Vector of numbers.
-
TestVectorInt
A simple object containing a vector of numbers; for testing only.- 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()
-