Class BaseSearchParameters<TSearchResponse extends BaseSearchResponse>

    • Field Detail

      • page

        protected final Integer page
        1-based page index.
      • perPage

        protected final Integer perPage
        Number of items per page.
    • Method Detail

      • getRequestParameters

        public Map<String,​String> getRequestParameters()
        Gets the request parameters for the search request.
      • getPage

        public Integer getPage()
        1-based page index.
      • getPerPage

        public Integer getPerPage()
        Number of items per page.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object