public class PaginatedLogFileInfo extends Object implements org.wso2.carbon.utils.Pageable
| Constructor and Description |
|---|
PaginatedLogFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
LogFileInfo[] |
getLogFileInfo() |
int |
getNumberOfPages() |
<T> void |
set(List<T> items) |
void |
setLogFileInfo(LogFileInfo[] logFileInfo) |
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 LogFileInfo[] getLogFileInfo()
public void setLogFileInfo(LogFileInfo[] logFileInfo)
public <T> void set(List<T> items)
set in interface org.wso2.carbon.utils.PageableCopyright © 2017 WSO2. All rights reserved.