Class LogEntity

  • All Implemented Interfaces:
    Entity

    public class LogEntity
    extends Object
    implements Entity
    • Constructor Detail

      • LogEntity

        public LogEntity()
    • Method Detail

      • getLid

        public List<Long> getLid()
        Returns:
        a list of log entry identifiers. Each log message is uniquely identified by its @LIT{lid} and the identifiers are in ascending order
      • getLevel

        public List<LogLevel> getLevel()
        Returns:
        a list of the log-levels for all log entries
      • getTimestamp

        public List<Long> getTimestamp()
        Returns:
        a list of the timestamps as seconds since 1970-01-01 for all log entries
      • getText

        public List<String> getText()
        Returns:
        a list of the texts of all log entries
      • getTotalAmount

        public Long getTotalAmount()
        Returns:
        the total amount of log entries before pagination