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.Pageable
public void setNumberOfPages(int numberOfPages)
setNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public LogFileInfo[] getLogFileInfo()
public void setLogFileInfo(LogFileInfo[] logFileInfo)
public <T> void set(List<T> items)
set
in interface org.wso2.carbon.utils.Pageable
Copyright © 2023 WSO2. All rights reserved.