com.atlassian.bamboo.rest.model.quicksearch
Class JsonSearchResultsList

java.lang.Object
  extended by com.atlassian.bamboo.rest.model.quicksearch.JsonSearchResultsList

public class JsonSearchResultsList
extends Object


Field Summary
protected  int maxResult
           
protected  int size
           
protected  int startIndex
           
 
Constructor Summary
JsonSearchResultsList()
           
JsonSearchResultsList(int size, org.apache.commons.lang.math.IntRange range, List<com.google.gson.JsonElement> searchResults)
           
 
Method Summary
 com.google.gson.JsonElement getJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.lang.math.IntRange range,
                             List<com.google.gson.JsonElement> searchResults)
Method Detail

getJson

public com.google.gson.JsonElement getJson()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.