Interface AuditLogEntry

    • Method Detail

      • getTimestamp

        @NotNull
        @NotNull Long getTimestamp()
      • getMessageType

        @NotNull
        @NotNull String getMessageType()
      • getMessage

        @NotNull
        @NotNull String getMessage()
      • getOldValue

        @Nullable
        @Nullable String getOldValue()
      • getNewValue

        @Nullable
        @Nullable String getNewValue()
      • getEntityId

        @Nullable
        @Nullable String getEntityId()
      • getChildId

        @Nullable
        @Nullable String getChildId()
      • getFieldHeader

        @Nullable
        @Nullable String getFieldHeader()
      • getUsername

        @Nullable
        @Nullable String getUsername()