public class IndexRs
extends java.lang.Object
| Constructor and Description |
|---|
IndexRs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexRsItem> |
getItems() |
int |
getTook() |
boolean |
isErrors() |
void |
setErrors(boolean errors) |
void |
setItems(java.util.List<IndexRsItem> items) |
void |
setTook(int took) |
public int getTook()
public void setTook(int took)
public boolean isErrors()
public void setErrors(boolean errors)
public java.util.List<IndexRsItem> getItems()
public void setItems(java.util.List<IndexRsItem> items)