HorseData

@Serializable
data class HorseData(val horse: @Serializable(with = UUIDSerializer::class) UUID, val breeder: @Serializable(with = UUIDSerializer::class) UUID?, val owner: @Serializable(with = UUIDSerializer::class) UUID?, val mother: @Serializable(with = UUIDSerializer::class) UUID?, val father: @Serializable(with = UUIDSerializer::class) UUID?, val history: ArrayList<History>, val color: String, val style: String, val speed: Double, val jump: Double, val health: Double, val name: String?, val birthDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime?, val lastRecordDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime, val deathDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime?)

Constructors

Link copied to clipboard
constructor(horse: @Serializable(with = UUIDSerializer::class) UUID, breeder: @Serializable(with = UUIDSerializer::class) UUID?, owner: @Serializable(with = UUIDSerializer::class) UUID?, mother: @Serializable(with = UUIDSerializer::class) UUID?, father: @Serializable(with = UUIDSerializer::class) UUID?, history: ArrayList<History>, color: String, style: String, speed: Double, jump: Double, health: Double, name: String?, birthDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime?, lastRecordDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime, deathDate: @Serializable(with = KZonedDateTimeSerializer::class) ZonedDateTime?)

Properties

Link copied to clipboard
Link copied to clipboard
val breeder: @Serializable(with = UUIDSerializer::class) UUID?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val father: @Serializable(with = UUIDSerializer::class) UUID?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val horse: @Serializable(with = UUIDSerializer::class) UUID
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mother: @Serializable(with = UUIDSerializer::class) UUID?
Link copied to clipboard
val name: String?
Link copied to clipboard
val owner: @Serializable(with = UUIDSerializer::class) UUID?
Link copied to clipboard
Link copied to clipboard