public class SearchResult extends NamedLinkContainer
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
int |
getExecutionTime() |
java.util.List<Row> |
getRows() |
int |
getTotalElements() |
boolean |
isEmpty() |
void |
setEmpty(boolean empty) |
void |
setExecutionTime(int executionTime) |
void |
setRows(java.util.List<Row> rows) |
void |
setTotalElements(int totalElements) |
getName, setName
getLinks, getSelfUri, getUri, setLinks
public int getTotalElements()
public final void setTotalElements(int totalElements)
public int getExecutionTime()
public final void setExecutionTime(int executionTime)
public java.util.List<Row> getRows()
public final void setRows(java.util.List<Row> rows)
public boolean isEmpty()
public void setEmpty(boolean empty)