Class ApiData<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ApiData()
      Default constructor.
      ApiData​(T data)
      Initializes a new instance with the specified data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Meta getMeta()  
      void setMeta​(Meta meta)  
      java.lang.String toString()
      Returns the stored data string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ApiData

        public ApiData()
        Default constructor.
      • ApiData

        public ApiData​(T data)
        Initializes a new instance with the specified data.
        Parameters:
        data - the data to be included
    • Method Detail

      • getMeta

        public Meta getMeta()
      • setMeta

        public void setMeta​(Meta meta)
      • toString

        public java.lang.String toString()
        Returns the stored data string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the stored data