Class ViewResult.Rows

  • Enclosing class:
    ViewResult<K,​V,​T>

    public class ViewResult.Rows
    extends java.lang.Object
    Inner class holding the view rows.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T doc  
      private java.lang.String id  
      private K key  
      private V value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rows()  
    • Field Detail

      • id

        private java.lang.String id
      • key

        private K key
      • value

        private V value
      • doc

        private T doc
    • Constructor Detail

      • Rows

        public Rows()
    • Method Detail

      • getId

        public java.lang.String getId()
      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • getDoc

        public T getDoc()
      • setId

        public void setId​(java.lang.String id)
      • setKey

        public void setKey​(K key)
      • setValue

        public void setValue​(V value)
      • setDoc

        public void setDoc​(T doc)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object