avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-model
/
io.github.lishangbu.avalon.dataset.entity
/
PokemonShapeDraft
Pokemon
Shape
Draft
@
GeneratedBy
(
type
=
PokemonShape::class
)
interface
PokemonShapeDraft
:
PokemonShape
,
Draft
Members
Members & Extensions
Types
$
Link copied to clipboard
@
GeneratedBy
(
type
=
PokemonShape::class
)
object
$
Builder
Link copied to clipboard
@
GeneratedBy
(
type
=
PokemonShape::class
)
class
Builder
Properties
id
Link copied to clipboard
abstract
override
var
id
:
Long
ID
internal
Name
Link copied to clipboard
abstract
override
var
internalName
:
String
?
内部名称
name
Link copied to clipboard
abstract
override
var
name
:
String
?
名称
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
PokemonShape::class
)
fun
PokemonShape
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
PokemonShapeDraft
.
(
)
->
Unit
)
:
PokemonShape