toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
ReportingConfiguration
Reporting
Configuration
open
class
ReportingConfiguration
:
PropertyOwner
Information about a rule or notification that can be configured at runtime.
Members
Constructors
Reporting
Configuration
Link copied to clipboard
constructor
(
)
Properties
enabled
Link copied to clipboard
@
SerializedName
(
value
=
"enabled"
)
@
Expose
open
var
enabled
:
Boolean
Specifies whether the report may be produced during the scan.
level
Link copied to clipboard
@
SerializedName
(
value
=
"level"
)
@
Expose
open
var
level
:
Level
Specifies the failure level for the report.
parameters
Link copied to clipboard
@
SerializedName
(
value
=
"parameters"
)
@
Expose
open
var
parameters
:
PropertyBag
Key/value pairs that provide additional information about the object.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
rank
Link copied to clipboard
@
SerializedName
(
value
=
"rank"
)
@
Expose
open
var
rank
:
Double
Specifies the relative priority of the report.
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
get
Properties
Link copied to clipboard
abstract
fun
getProperties
(
)
:
PropertyBag
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
set
Properties
Link copied to clipboard
abstract
fun
setProperties
(
<set-?>
:
PropertyBag
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
update
Properties
Link copied to clipboard
open
fun
updateProperties
(
mutator
:
(
in
PropertyBag
)
->
Unit
)
with
Enabled
Link copied to clipboard
open
fun
withEnabled
(
enabled
:
Boolean
)
:
ReportingConfiguration
with
Level
Link copied to clipboard
open
fun
withLevel
(
level
:
Level
)
:
ReportingConfiguration
with
Parameters
Link copied to clipboard
open
fun
withParameters
(
parameters
:
PropertyBag
)
:
ReportingConfiguration
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
ReportingConfiguration
with
Rank
Link copied to clipboard
open
fun
withRank
(
rank
:
Double
)
:
ReportingConfiguration