public class AccessLogSearchResult extends SearchResult implements Serializable
Constructor and Description |
---|
AccessLogSearchResult()
Constructor.
|
AccessLogSearchResult(AccessLog[] elements,
int totalCount,
boolean totalCountFixed)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AccessLog[] |
getElements()
Gets access log.
|
void |
setElements(AccessLog[] elements)
Sets access log.
|
getTotalCount, isTotalCountFixed, setTotalCount, setTotalCountFixed
public AccessLogSearchResult()
public AccessLogSearchResult(AccessLog[] elements, int totalCount, boolean totalCountFixed)
elements
- Access logtotalCount
- Total number of search resultstotalCountFixed
- Whether or not the total number is fixed