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.Pageable
public void setNumberOfPages(int numberOfPages)
setNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public LogEvent[] getLogInfo()
public void setLogInfo(LogEvent[] logEvt)
public <T> void set(List<T> items)
set
in interface org.wso2.carbon.utils.Pageable
Copyright © 2019 WSO2. All rights reserved.