Class FacetFiltersRequestData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndexProperty()  
      java.util.List<java.lang.String> getValues()  
      void setIndexProperty​(java.lang.String indexProperty)  
      void setValues​(java.util.List<java.lang.String> values)  
      • Methods inherited from class java.lang.Object

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

      • FacetFiltersRequestData

        public FacetFiltersRequestData()
    • Method Detail

      • setIndexProperty

        public void setIndexProperty​(java.lang.String indexProperty)
      • getIndexProperty

        public java.lang.String getIndexProperty()
      • setValues

        public void setValues​(java.util.List<java.lang.String> values)
      • getValues

        public java.util.List<java.lang.String> getValues()