ImageBytes

data class ImageBytes(bytes: ByteArray, queueId: String, val createdAt: Instant) : Image

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, queueId: String, createdAt: Instant)

Properties

Link copied to clipboard
open override val createdAt: Instant

Functions

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