AuditLogChange

Functions

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

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

Properties

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val key: String

The key of the change.

Link copied to clipboard
abstract val newValue: Any?

The new value of the change.

Link copied to clipboard
abstract val oldValue: Any?

The old value of the change.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.