org.molgenis.search
Class SearchRequest

java.lang.Object
  extended by org.molgenis.search.SearchRequest

public class SearchRequest
extends Object


Constructor Summary
SearchRequest()
           
SearchRequest(String documentType, List<QueryRule> queryRules, List<String> fieldsToReturn)
           
 
Method Summary
 String getDocumentType()
           
 List<String> getFieldsToReturn()
           
 List<QueryRule> getQueryRules()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchRequest

public SearchRequest()

SearchRequest

public SearchRequest(String documentType,
                     List<QueryRule> queryRules,
                     List<String> fieldsToReturn)
Method Detail

getDocumentType

public String getDocumentType()

getQueryRules

public List<QueryRule> getQueryRules()

getFieldsToReturn

public List<String> getFieldsToReturn()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.