toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
ReportingDescriptorReference
Reporting
Descriptor
Reference
open
class
ReportingDescriptorReference
:
PropertyOwner
Information about how to locate a relevant reporting descriptor.
Members
Constructors
Reporting
Descriptor
Reference
Link copied to clipboard
constructor
(
)
Properties
guid
Link copied to clipboard
@
SerializedName
(
value
=
"guid"
)
@
Expose
open
var
guid
:
String
A guid that uniquely identifies the descriptor.
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
@
Expose
open
var
id
:
String
The id of the descriptor.
index
Link copied to clipboard
@
SerializedName
(
value
=
"index"
)
@
Expose
open
var
index
:
Integer
The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
tool
Component
Link copied to clipboard
@
SerializedName
(
value
=
"toolComponent"
)
@
Expose
open
var
toolComponent
:
ToolComponentReference
Identifies a particular toolComponent object, either the driver or an extension.
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
Guid
Link copied to clipboard
open
fun
withGuid
(
guid
:
String
)
:
ReportingDescriptorReference
with
Id
Link copied to clipboard
open
fun
withId
(
id
:
String
)
:
ReportingDescriptorReference
with
Index
Link copied to clipboard
open
fun
withIndex
(
index
:
Integer
)
:
ReportingDescriptorReference
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
ReportingDescriptorReference
with
Tool
Component
Link copied to clipboard
open
fun
withToolComponent
(
toolComponent
:
ToolComponentReference
)
:
ReportingDescriptorReference