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