Class Query.ResultDoc<T>

  • Enclosing class:
    Query<T>

    public static class Query.ResultDoc<T>
    extends Object
    Provides a Query Result Document class.
    • Method Detail

      • getKey

        public Key getKey()
        Returns:
        the document key
      • getContent

        public T getContent()
        Returns:
        the document content
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        the string representation of this object