Class LogEvent

java.lang.Object
com.influxdb.client.domain.LogEvent

public class LogEvent extends Object
LogEvent
  • Field Details

  • Constructor Details

    • LogEvent

      public LogEvent()
  • Method Details

    • getTime

      public OffsetDateTime getTime()
      Time event occurred, RFC3339Nano.
      Returns:
      time
    • getMessage

      public String getMessage()
      A description of the event that occurred.
      Returns:
      message
    • getRunID

      public String getRunID()
      the ID of the task that logged
      Returns:
      runID
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object