MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.world
/
FishingWorldId
Fishing
World
Id
@
Serializable
(
with
=
FishingWorldIdSerializer::class
)
class
FishingWorldId
(
val
value
:
String
)
ワールドのIDを表すクラス
Parameters
value
ワールドのID
Members
Constructors
Fishing
World
Id
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String