public class SearchRequest extends Object
SearchRequest()
SearchRequest(String documentType, Query query, List<String> fieldsToReturn)
boolean
equals(Object obj)
String
getDocumentType()
List<String>
getFieldsToReturn()
Query
getQuery()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SearchRequest()
public SearchRequest(String documentType, Query query, List<String> fieldsToReturn)
public String getDocumentType()
public Query getQuery()
public List<String> getFieldsToReturn()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2014. All Rights Reserved.