Class PaginatedLogFileInfo

  • All Implemented Interfaces:
    org.wso2.carbon.utils.Pageable

    public class PaginatedLogFileInfo
    extends Object
    implements org.wso2.carbon.utils.Pageable
    Bean for paginated Logging Information
    • Constructor Detail

      • PaginatedLogFileInfo

        public PaginatedLogFileInfo()
    • Method Detail

      • getNumberOfPages

        public int getNumberOfPages()
        Specified by:
        getNumberOfPages in interface org.wso2.carbon.utils.Pageable
      • setNumberOfPages

        public void setNumberOfPages​(int numberOfPages)
        Specified by:
        setNumberOfPages in interface org.wso2.carbon.utils.Pageable
      • getLogFileInfo

        public LogFileInfo[] getLogFileInfo()
      • setLogFileInfo

        public void setLogFileInfo​(LogFileInfo[] logFileInfo)
      • set

        public <T> void set​(List<T> items)
        Specified by:
        set in interface org.wso2.carbon.utils.Pageable