public class SearchResult<T> extends Object
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getErrorId() |
String |
getObjectName() |
Long |
getRecords() |
Collection<T> |
getResult() |
void |
setErrorId(Long errorId) |
void |
setObjectName(String objectName) |
void |
setRecords(Long records) |
void |
setResult(Collection<T> result) |
public String getObjectName()
public void setObjectName(String objectName)
public Long getRecords()
public void setRecords(Long records)
public Collection<T> getResult()
public void setResult(Collection<T> result)
public Long getErrorId()
public void setErrorId(Long errorId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.