SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.models
/
HealthDetailValue
Health
Detail
Value
@
Serializable
sealed
class
HealthDetailValue
(
source
)
Inheritors
StringValue
IntValue
LongValue
DoubleValue
BooleanValue
Empty
Members
Constructors
Health
Detail
Value
Link copied to clipboard
protected
constructor
(
)
Types
Boolean
Value
Link copied to clipboard
@
Serializable
data
class
BooleanValue
(
val
value
:
Boolean
)
:
HealthDetailValue
Double
Value
Link copied to clipboard
@
Serializable
data
class
DoubleValue
(
val
value
:
Double
)
:
HealthDetailValue
Empty
Link copied to clipboard
@
Serializable
data
class
Empty
(
val
value
:
String
=
""
)
:
HealthDetailValue
Int
Value
Link copied to clipboard
@
Serializable
data
class
IntValue
(
val
value
:
Int
)
:
HealthDetailValue
Long
Value
Link copied to clipboard
@
Serializable
data
class
LongValue
(
val
value
:
Long
)
:
HealthDetailValue
String
Value
Link copied to clipboard
@
Serializable
data
class
StringValue
(
val
value
:
String
)
:
HealthDetailValue