toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
ToolComponentReference
Tool
Component
Reference
open
class
ToolComponentReference
:
PropertyOwner
Identifies a particular toolComponent object, either the driver or an extension.
Members
Constructors
Tool
Component
Reference
Link copied to clipboard
constructor
(
)
Properties
guid
Link copied to clipboard
@
SerializedName
(
value
=
"guid"
)
@
Expose
open
var
guid
:
String
The 'guid' property of the referenced toolComponent.
index
Link copied to clipboard
@
SerializedName
(
value
=
"index"
)
@
Expose
open
var
index
:
Integer
An index into the referenced toolComponent in tool.extensions.
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
@
Expose
open
var
name
:
String
The 'name' property of the referenced toolComponent.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
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
)
:
ToolComponentReference
with
Index
Link copied to clipboard
open
fun
withIndex
(
index
:
Integer
)
:
ToolComponentReference
with
Name
Link copied to clipboard
open
fun
withName
(
name
:
String
)
:
ToolComponentReference
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
ToolComponentReference