Package it.tdlight.jni
Class TdApi.TestVectorInt
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TestVectorInt
- Enclosing class:
- TdApi
public static class TdApi.TestVectorInt extends TdApi.Object
A simple object containing a vector
of numbers; for testing only.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int[]
value
Vector of numbers. -
Constructor Summary
Constructors Constructor Description TestVectorInt()
A 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)
-
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.Object
serialize, toString
-
Field Details
-
value
public int[] valueVector of numbers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-