AuditLogChangeImpl

class AuditLogChangeImpl(val yde: YDE, val json: JsonNode) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(yde: YDE, json: JsonNode)

Functions

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

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val key: String

The key of the change.

Link copied to clipboard
open override val newValue: Any?

The new value of the change.

Link copied to clipboard
open override val oldValue: Any?

The old value of the change.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.