Package org.drinkless.tdlib
Class TdApi.TestVectorInt
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TestVectorInt
- Enclosing class:
- TdApi
A simple object containing a vector of numbers; for testing only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.int[]Vector of numbers. -
Constructor Summary
ConstructorsConstructorDescriptionA simple object containing a vector of numbers; for testing only.TestVectorInt(int[] value) A simple object containing a vector of numbers; for testing only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
value
public int[] valueVector of numbers. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Vector of numbers.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-