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