ActivityLogEntry

data class ActivityLogEntry(val id: Long, val name: String, val overview: String? = null, val shortOverview: String? = null, val type: String, val itemId: String? = null, val date: DateTime, val userId: UUID, val userPrimaryImageTag: String? = null, val severity: LogLevel)

An activity log entry.

Constructors

Link copied to clipboard
constructor(id: Long, name: String, overview: String? = null, shortOverview: String? = null, type: String, itemId: String? = null, date: DateTime, userId: UUID, userPrimaryImageTag: String? = null, severity: LogLevel)

Properties

Link copied to clipboard

The date.

Link copied to clipboard
val id: Long

The identifier.

Link copied to clipboard
val itemId: String? = null

The item identifier.

Link copied to clipboard

The name.

Link copied to clipboard
val overview: String? = null

The overview.

Link copied to clipboard

The log severity.

Link copied to clipboard
val shortOverview: String? = null

The short overview.

Link copied to clipboard

The type.

Link copied to clipboard

The user identifier.

Link copied to clipboard

The user primary image tag.