Package io.hawt.log

Class LogResults

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogResults
    extends java.lang.Object
    implements java.io.Serializable
    Results of a query which also records the first and last timestamp searched
    See Also:
    Serialized Form
    • Constructor Detail

      • LogResults

        public LogResults()
    • Method Detail

      • addEvent

        public void addEvent​(LogEvent event)
      • getEvents

        public java.util.List<LogEvent> getEvents()
      • setEvents

        public void setEvents​(java.util.List<LogEvent> events)
      • getFromTimestamp

        public java.lang.Long getFromTimestamp()
      • setFromTimestamp

        public void setFromTimestamp​(java.lang.Long fromTimestamp)
      • getToTimestamp

        public java.lang.Long getToTimestamp()
      • setToTimestamp

        public void setToTimestamp​(java.lang.Long toTimestamp)
      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)