|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.gsaapi.GSAResponse
The Java binding to the XML response received from querying the GSA.
Constructor Summary | |
GSAResponse()
constructor is intended for internal use only. |
Method Summary | |
long |
getEndIndex()
index of the last available result |
java.lang.String |
getNextResponseUrl()
return the url to the next batch of responses |
long |
getNumResults()
number of results |
java.util.List |
getOneBoxResponses()
return the object that wraps the OneBox response |
java.util.Map |
getParams()
meta field-values associated with this query-response |
java.lang.String |
getPreviousResponseUrl()
return the url to the previous batch of responses |
java.lang.String |
getQuery()
(canonical form of) the query that was made in order to get this response |
java.util.List |
getResults()
get list of results in this batch |
double |
getSearchTime()
how long did this search take (in seconds) |
long |
getStartIndex()
start index of the results with respect to first result for the query |
boolean |
isFiltered()
true if result is automatically filtered |
java.lang.String |
toString()
to aid in debugging |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GSAResponse()
Method Detail |
public long getEndIndex()
public boolean isFiltered()
public java.lang.String getPreviousResponseUrl()
public java.lang.String getNextResponseUrl()
public java.util.List getOneBoxResponses()
GSAOneBoxResponse
instancespublic java.lang.String getQuery()
public long getNumResults()
public java.util.Map getParams()
public double getSearchTime()
public long getStartIndex()
public java.util.List getResults()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
© Copyright 2006 Inxight Software, Inc.