Class SearchResult

    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<SearchResultItem> getResults()
      Gets the list of results from the search.
      java.lang.Integer getTotalCount()
      Gets the total count of results.
      void setResults​(java.util.List<SearchResultItem> results)
      Sets the results list of results.
      void setTotalCount​(java.lang.Integer totalCount)
      Sets the total count of results.
      • Methods inherited from class java.lang.Object

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

      • SearchResult

        public SearchResult()
    • Method Detail

      • getTotalCount

        public java.lang.Integer getTotalCount()
        Gets the total count of results.
        Returns:
        the total count
      • setTotalCount

        public void setTotalCount​(java.lang.Integer totalCount)
        Sets the total count of results.
        Parameters:
        totalCount - the new total count
      • getResults

        public java.util.List<SearchResultItem> getResults()
        Gets the list of results from the search.
        Returns:
        the results
      • setResults

        public void setResults​(java.util.List<SearchResultItem> results)
        Sets the results list of results.
        Parameters:
        results - the new results