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