java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TestVectorStringObject
- Enclosing class:
- TdApi
A simple object containing a vector
of objects that hold a string; 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 string; for testing only.TestVectorStringObject
(TdApi.TestString[] value) A simple object containing a vector of objects that hold a string; for testing only.TestVectorStringObject
(DataInput input) A simple object containing a vector of objects that hold a string; 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
-
TestVectorStringObject
public TestVectorStringObject()A simple object containing a vector of objects that hold a string; for testing only. -
TestVectorStringObject
A simple object containing a vector of objects that hold a string; for testing only.- Parameters:
value
- TestString[] Vector of objects.
-
TestVectorStringObject
A simple object containing a vector of objects that hold a string; 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()
-