toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
Message
Message
open
class
Message
:
PropertyOwner
Encapsulates a message intended to be read by the end user.
Members
Constructors
Message
Link copied to clipboard
constructor
(
)
Properties
arguments
Link copied to clipboard
@
SerializedName
(
value
=
"arguments"
)
@
Expose
open
var
arguments
:
List
<
String
>
An array of strings to substitute into the message string.
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
@
Expose
open
var
id
:
String
The identifier for this message.
markdown
Link copied to clipboard
@
SerializedName
(
value
=
"markdown"
)
@
Expose
open
var
markdown
:
String
A Markdown message string.
properties
Link copied to clipboard
@
SerializedName
(
value
=
"properties"
)
@
Expose
open
var
properties
:
PropertyBag
Key/value pairs that provide additional information about the object.
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
@
Expose
open
var
text
:
String
A plain text message string.
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
Arguments
Link copied to clipboard
open
fun
withArguments
(
arguments
:
List
<
String
>
)
:
Message
with
Id
Link copied to clipboard
open
fun
withId
(
id
:
String
)
:
Message
with
Markdown
Link copied to clipboard
open
fun
withMarkdown
(
markdown
:
String
)
:
Message
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
Message
with
Text
Link copied to clipboard
open
fun
withText
(
text
:
String
)
:
Message