toggle menu
sarif
jvm
switch theme
search in API
sarif
/
com.jetbrains.qodana.sarif.model
/
MultiformatMessageString
Multiformat
Message
String
open
class
MultiformatMessageString
:
PropertyOwner
A message string or message format string rendered in multiple formats.
Members
Constructors
Multiformat
Message
String
Link copied to clipboard
constructor
(
)
No args constructor for use in serialization
constructor
(
text
:
String
)
Properties
markdown
Link copied to clipboard
@
SerializedName
(
value
=
"markdown"
)
@
Expose
open
var
markdown
:
String
A Markdown message string or format 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 or format 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
Markdown
Link copied to clipboard
open
fun
withMarkdown
(
markdown
:
String
)
:
MultiformatMessageString
with
Properties
Link copied to clipboard
open
fun
withProperties
(
properties
:
PropertyBag
)
:
MultiformatMessageString
with
Text
Link copied to clipboard
open
fun
withText
(
text
:
String
)
:
MultiformatMessageString