PokemonTypeId

@Embeddable
interface PokemonTypeId

Inheritors

Properties

Link copied to clipboard
abstract val pokemonId: Long

宝可梦 ID

Link copied to clipboard
abstract val typeId: Long

属性 ID

Functions

Link copied to clipboard
@GeneratedBy(type = PokemonTypeId::class)
fun PokemonTypeId.copy(resolveImmediately: Boolean = false, block: PokemonTypeIdDraft.() -> Unit): PokemonTypeId