public class PaginatedLogEvent extends Object implements org.wso2.carbon.utils.Pageable
| Constructor and Description |
|---|
PaginatedLogEvent() |
| Modifier and Type | Method and Description |
|---|---|
LogEvent[] |
getLogInfo() |
int |
getNumberOfPages() |
<T> void |
set(List<T> items) |
void |
setLogInfo(LogEvent[] logEvt) |
void |
setNumberOfPages(int numberOfPages) |
public int getNumberOfPages()
getNumberOfPages in interface org.wso2.carbon.utils.Pageablepublic void setNumberOfPages(int numberOfPages)
setNumberOfPages in interface org.wso2.carbon.utils.Pageablepublic LogEvent[] getLogInfo()
public void setLogInfo(LogEvent[] logEvt)
public <T> void set(List<T> items)
set in interface org.wso2.carbon.utils.PageableCopyright © 2017 WSO2. All rights reserved.