rtron
1.3.0
rtron-io
/
io.rtron.io.messages
/
DefaultMessage
Default
Message
@
Serializable
data
class
DefaultMessage
(
val
type
:
String
,
val
info
:
String
,
val
location
:
String
,
val
incidentSeverity
:
Severity
,
val
wasFixed
:
Boolean
,
val
infoValues
:
Map
<
String
,
Double
>
=
emptyMap()
)
Single message.
Constructors
Properties
Constructors
Default
Message
Link copied to clipboard
fun
DefaultMessage
(
type
:
String
,
info
:
String
,
location
:
String
,
incidentSeverity
:
Severity
,
wasFixed
:
Boolean
,
infoValues
:
Map
<
String
,
Double
>
=
emptyMap()
)
Properties
incident
Severity
Link copied to clipboard
val
incidentSeverity
:
Severity
info
Link copied to clipboard
val
info
:
String
info
Values
Link copied to clipboard
val
infoValues
:
Map
<
String
,
Double
>
location
Link copied to clipboard
val
location
:
String
message
Severity
Link copied to clipboard
val
messageSeverity
:
Severity
type
Link copied to clipboard
val
type
:
String
was
Fixed
Link copied to clipboard
val
wasFixed
:
Boolean