HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
ProfileData
Profile
Data
@
Serializable
data
class
ProfileData
(
val
bankAccount
:
Double
?
=
null
,
val
firstJoin
:
Long
?
=
null
,
val
personalBankUpgrade
:
Int
?
=
null
,
val
cookieBuffActive
:
Boolean
?
=
null
)
Members
Constructors
Profile
Data
Link copied to clipboard
constructor
(
bankAccount
:
Double
?
=
null
,
firstJoin
:
Long
?
=
null
,
personalBankUpgrade
:
Int
?
=
null
,
cookieBuffActive
:
Boolean
?
=
null
)
Properties
bank
Account
Link copied to clipboard
@
SerialName
(
value
=
"bank_account"
)
val
bankAccount
:
Double
?
=
null
cookie
Buff
Active
Link copied to clipboard
@
SerialName
(
value
=
"cookie_buff_active"
)
val
cookieBuffActive
:
Boolean
?
=
null
first
Join
Link copied to clipboard
@
SerialName
(
value
=
"first_join"
)
val
firstJoin
:
Long
?
=
null
personal
Bank
Upgrade
Link copied to clipboard
@
SerialName
(
value
=
"personal_bank_upgrade"
)
val
personalBankUpgrade
:
Int
?
=
null