AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.agent
/
AgentMessage
/
Compact
Compact
jvm
@
Serializable
data
class
Compact
(
val
id
:
UUID
,
val
timestamp
:
Instant
,
val
content
:
String
,
val
snapshots
:
Map
<
@
Serializable
(
with
=
UuidSerializer::class
)
UUID
,
UsageSnapshot
>
?
=
null
)
:
AgentMessage
(
source
)
Members
Constructors
Compact
Link copied to clipboard
jvm
constructor
(
id
:
UUID
,
timestamp
:
Instant
,
content
:
String
,
snapshots
:
Map
<
@
Serializable
(
with
=
UuidSerializer::class
)
UUID
,
UsageSnapshot
>
?
=
null
)
Properties
content
Link copied to clipboard
jvm
val
content
:
String
id
Link copied to clipboard
jvm
@
Serializable
(
with
=
UuidSerializer::class
)
open
override
val
id
:
UUID
snapshots
Link copied to clipboard
jvm
val
snapshots
:
Map
<
@
Serializable
(
with
=
UuidSerializer::class
)
UUID
,
UsageSnapshot
>
?
timestamp
Link copied to clipboard
jvm
@
Serializable
(
with
=
InstantLongSerializer::class
)
open
override
val
timestamp
:
Instant