com.algolia.search.saas
Class APIClient.IndexQuery

java.lang.Object
  extended by com.algolia.search.saas.APIClient.IndexQuery
Enclosing class:
APIClient

public static class APIClient.IndexQuery
extends Object


Constructor Summary
APIClient.IndexQuery(String index, Query q)
           
 
Method Summary
 String getIndex()
           
 Query getQuery()
           
 void setIndex(String index)
           
 void setQuery(Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIClient.IndexQuery

public APIClient.IndexQuery(String index,
                            Query q)
Method Detail

getIndex

public String getIndex()

setIndex

public void setIndex(String index)

getQuery

public Query getQuery()

setQuery

public void setQuery(Query query)


Copyright © 2015. All rights reserved.