PokemonStatIdDraft

@GeneratedBy(type = PokemonStatId::class)
interface PokemonStatIdDraft : PokemonStatId, Draft

Types

Link copied to clipboard
@GeneratedBy(type = PokemonStatId::class)
object $
Link copied to clipboard
@GeneratedBy(type = PokemonStatId::class)
class Builder

Properties

Link copied to clipboard
abstract override var pokemonId: Long

宝可梦 ID

Link copied to clipboard
abstract override var statId: Long

能力值 ID

Functions

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