toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-io
/
io.rtron.io.issues
/
DefaultIssue
Default
Issue
@
Serializable
data
class
DefaultIssue
(
val
type
:
String
,
val
info
:
String
,
val
location
:
String
,
val
incidentSeverity
:
Severity
,
val
wasFixed
:
Boolean
,
val
infoValues
:
Map
<
String
,
Double
>
=
emptyMap()
)
Single issue.
Members
Constructors
Default
Issue
Link copied to clipboard
constructor
(
type
:
String
,
info
:
String
,
location
:
String
,
incidentSeverity
:
Severity
,
wasFixed
:
Boolean
,
infoValues
:
Map
<
String
,
Double
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
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
>
issue
Severity
Link copied to clipboard
val
issueSeverity
:
Severity
location
Link copied to clipboard
val
location
:
String
type
Link copied to clipboard
val
type
:
String
was
Fixed
Link copied to clipboard
val
wasFixed
:
Boolean