java.lang.Object
ch.admin.bit.jeap.testorchestrator.domain.TestLog

@Entity public class TestLog extends Object
The TestLog holds logging information from the TestAgents. A TestLog is always bound to a TestRun
  • Constructor Details

    • TestLog

      public TestLog(@NonNull @NonNull org.springframework.boot.logging.LogLevel logLevel, @NonNull @NonNull String message, @NonNull @NonNull String source)
    • TestLog

      protected TestLog()
  • Method Details

    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public UUID getId()
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
    • getLogLevel

      @NonNull public @NonNull org.springframework.boot.logging.LogLevel getLogLevel()
    • getMessage

      @NonNull public @NonNull String getMessage()
    • getSource

      @NonNull public @NonNull String getSource()