c

nelson.audit

AuditLog

final case class AuditLog(id: ID, timestamp: Instant, releaseId: Option[Long], event: Option[argonaut.Json], category: String, action: String, login: Option[String]) extends Product with Serializable

Source
AuditLog.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditLog
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AuditLog(id: ID, timestamp: Instant, releaseId: Option[Long], event: Option[argonaut.Json], category: String, action: String, login: Option[String])

Value Members

  1. val action: String
  2. val category: String
  3. val event: Option[argonaut.Json]
  4. val id: ID
  5. val login: Option[String]
  6. val releaseId: Option[Long]
  7. val timestamp: Instant