ConsoleCommandExecution

@Entity
open class ConsoleCommandExecution : AutoGeneratedIdentifiableEntity

Constructors

Link copied to clipboard
constructor(input: String, resolvedCommandName: String, successful: Boolean)
constructor(input: String, resolvedCommandName: String, successful: Boolean, errorMessage: String)
constructor(input: String, resolvedCommandName: String, successful: Boolean, user: ProductUser)
constructor(input: String, resolvedCommandName: String, successful: Boolean, user: ProductUser, errorMessage: String)

Functions

Link copied to clipboard
open fun getId(): Long
abstract fun getId(): T
Link copied to clipboard
@PostConstruct
open fun init()
Link copied to clipboard
open fun setId(id: Long)