toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
SpecialLocations
Special
Locations
open
class
SpecialLocations
:
PropertyOwner
Defines locations of special significance to SARIF consumers.
Members
Constructors
Special
Locations
Link copied to clipboard
constructor
(
)
Properties
display
Base
Link copied to clipboard
@
SerializedName
(
value
=
"displayBase"
)
@
Expose
open
var
displayBase
:
ArtifactLocation
Specifies the location of an artifact.
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
Display
Base
Link copied to clipboard
open
fun
withDisplayBase
(
displayBase
:
ArtifactLocation
)
:
SpecialLocations
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
SpecialLocations