Class PaginatedLogEvent

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

    public class PaginatedLogEvent
    extends Object
    implements org.wso2.carbon.utils.Pageable
    • Constructor Detail

      • PaginatedLogEvent

        public PaginatedLogEvent()
    • 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
      • getLogInfo

        public LogEvent[] getLogInfo()
      • setLogInfo

        public void setLogInfo​(LogEvent[] logEvt)
      • set

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