public interface SearchHistory
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Returns the keyword that was used to search.
|
long |
getNumberOfResults()
Returns the number of results returned for the search.
|
Date |
getTimestamp()
Returns the time when the search was executed.
|