Class Job.LogEntry

  • Enclosing class:
    Job

    public static class Job.LogEntry
    extends java.lang.Object
    A log entry of a job.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry​(java.util.Date timestamp, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      The log message.
      java.util.Date getTimestamp()
      A unix timestamp (server clock) when this log message was emitted.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogEntry

        public LogEntry​(java.util.Date timestamp,
                        java.lang.String message)
    • Method Detail

      • getTimestamp

        public java.util.Date getTimestamp()
        A unix timestamp (server clock) when this log message was emitted.
        Returns:
        the timestamp
      • getMessage

        public java.lang.String getMessage()
        The log message.
        Returns:
        the message