KarlContainerStateEntity

data class KarlContainerStateEntity(val userId: String, val stateData: ByteArray, val version: Int)(source)

Room Entity representing the persisted state of a KarlContainer for a specific user. This class is specific to the Room persistence layer.

Room annotations removed for stub implementation:

Constructors

Link copied to clipboard
constructor(userId: String, stateData: ByteArray, version: Int)

Properties

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

Functions

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