Update Event

@Entity
open class UpdateEvent : EquinoxItem

The UpdateEvent class represents an update occurred during the lifecycle of that update

Author

N7ghtm4r3 - Tecknobit

Since

1.2.0

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor used to init the entity
constructor(id: String, owner: Update, type: UpdateEventType, author: PandoroUser, timestamp: Long, noteContent: String, extraContent: String)
Constructor used to init the entity

Properties

Link copied to clipboard
author the user who made the action which created the event
Link copied to clipboard
Link copied to clipboard
extraContent extra content used when it is necessary add extra information such update version, etc...
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
noteContent the content of the note if it is an event related to a change note
Link copied to clipboard
owner represents the update where the event occurred
Link copied to clipboard
timestamp when the event occurred
Link copied to clipboard
type the type of the occurred event

Functions

Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun toString(): String