Id

open class Id<out VALUE : Any>(val value: VALUE, val entityType: String?, val timestamp: Instant)

Represents a unique, timestamped id.

Parameters

value

unique value of the id.

entityType

optional id entity type.

timestamp

timestamp for the id.

Inheritors

Constructors

Link copied to clipboard
constructor(value: VALUE, entityType: String?, timestamp: Instant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String