Class IndexRs


  • public class IndexRs
    extends java.lang.Object
    Represents indexing operation response.
    • Constructor Detail

      • IndexRs

        public IndexRs()
    • Method Detail

      • getTook

        public int getTook()
      • setTook

        public void setTook​(int took)
      • isErrors

        public boolean isErrors()
      • setErrors

        public void setErrors​(boolean errors)
      • getItems

        public java.util.List<IndexRsItem> getItems()
      • setItems

        public void setItems​(java.util.List<IndexRsItem> items)