Class JsonSearchResultsList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.quicksearch.JsonSearchResultsList
-
public class JsonSearchResultsList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intmaxResultprotected intsizeprotected intstartIndex
-
Constructor Summary
Constructors Constructor Description JsonSearchResultsList()JsonSearchResultsList(int size, org.apache.commons.lang3.Range<Integer> range, List<com.google.gson.JsonElement> searchResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementgetJson()intgetMaxResult()List<com.google.gson.JsonElement>getSearchResults()intgetSize()intgetStartIndex()
-
-
-
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()
-
-