HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
UpgradeState
Upgrade
State
@
Serializable
data
class
UpgradeState
(
val
upgrade
:
String
?
=
null
,
val
tier
:
Int
?
=
null
,
val
startedMs
:
Long
?
=
null
,
val
startedBy
:
String
?
=
null
,
val
claimedBy
:
String
?
=
null
)
Members
Constructors
Upgrade
State
Link copied to clipboard
constructor
(
upgrade
:
String
?
=
null
,
tier
:
Int
?
=
null
,
startedMs
:
Long
?
=
null
,
startedBy
:
String
?
=
null
,
claimedBy
:
String
?
=
null
)
Properties
claimed
By
Link copied to clipboard
@
SerialName
(
value
=
"claimed_by"
)
val
claimedBy
:
String
?
=
null
started
By
Link copied to clipboard
@
SerialName
(
value
=
"started_by"
)
val
startedBy
:
String
?
=
null
started
Ms
Link copied to clipboard
@
SerialName
(
value
=
"started_ms"
)
val
startedMs
:
Long
?
=
null
tier
Link copied to clipboard
val
tier
:
Int
?
=
null
upgrade
Link copied to clipboard
val
upgrade
:
String
?
=
null