toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
LocationRelationship
Location
Relationship
open
class
LocationRelationship
:
PropertyOwner
Information about the relation of one location to another.
Members
Constructors
Location
Relationship
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
target
:
Integer
)
Properties
description
Link copied to clipboard
@
SerializedName
(
value
=
"description"
)
@
Expose
open
var
description
:
Message
Encapsulates a message intended to be read by the end user.
kinds
Link copied to clipboard
@
SerializedName
(
value
=
"kinds"
)
@
Expose
open
var
kinds
:
Set
<
String
>
A set of distinct strings that categorize the relationship.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
target
Link copied to clipboard
@
SerializedName
(
value
=
"target"
)
@
Expose
open
var
target
:
Integer
A reference to the related location.
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
Description
Link copied to clipboard
open
fun
withDescription
(
description
:
Message
)
:
LocationRelationship
with
Kinds
Link copied to clipboard
open
fun
withKinds
(
kinds
:
Set
<
String
>
)
:
LocationRelationship
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
LocationRelationship
with
Target
Link copied to clipboard
open
fun
withTarget
(
target
:
Integer
)
:
LocationRelationship