public class WSSearchResult extends Object
Constructor and Description |
---|
WSSearchResult() |
Modifier and Type | Method and Description |
---|---|
long |
getEstimatedHitsNumber() |
WSDocument[] |
getHits() |
int |
getMoreHits() |
long |
getTime() |
int |
getTotalHits() |
void |
setEstimatedHitsNumber(long estimatedHitsNumber) |
void |
setHits(WSDocument[] hits) |
void |
setMoreHits(int moreHits) |
void |
setTime(long time) |
void |
setTotalHits(int totalHits) |
public int getTotalHits()
public void setTotalHits(int totalHits)
public long getTime()
public void setTime(long time)
public long getEstimatedHitsNumber()
public void setEstimatedHitsNumber(long estimatedHitsNumber)
public int getMoreHits()
public void setMoreHits(int moreHits)
public WSDocument[] getHits()
public void setHits(WSDocument[] hits)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.