Class JsonSearchResultsList


  • public class JsonSearchResultsList
    extends Object
    • Field Detail

      • startIndex

        protected int startIndex
      • maxResult

        protected int maxResult
      • size

        protected int size
    • Constructor Detail

      • JsonSearchResultsList

        public JsonSearchResultsList()
      • JsonSearchResultsList

        public JsonSearchResultsList​(int size,
                                     org.apache.commons.lang3.Range<Integer> range,
                                     List<com.google.gson.JsonElement> searchResults)
    • Method Detail

      • getJson

        public com.google.gson.JsonElement getJson()
      • getStartIndex

        public int getStartIndex()
      • getMaxResult

        public int getMaxResult()
      • getSize

        public int getSize()
      • getSearchResults

        public List<com.google.gson.JsonElement> getSearchResults()