Class 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
      Identifier uniquely determining type of the object.
      int[] value
      Vector of numbers.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestVectorInt()
      Default constructor.
      TestVectorInt​(int[] value)
      Constructor for initialization of all fields.
    • Field Detail

      • value

        public int[] value
        Vector of numbers.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestVectorInt

        public TestVectorInt()
        Default constructor.
      • TestVectorInt

        public TestVectorInt​(int[] value)
        Constructor for initialization of all fields.
        Parameters:
        value - Vector of numbers.