public class MultiformatMessageString extends Object
| Constructor and Description |
|---|
MultiformatMessageString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getMarkdown()
A Markdown message string or format string.
|
PropertyBag |
getProperties()
Key/value pairs that provide additional information about the object.
|
String |
getText()
A plain text message string or format string.
|
int |
hashCode() |
void |
setMarkdown(String markdown)
A Markdown message string or format string.
|
void |
setProperties(PropertyBag properties)
Key/value pairs that provide additional information about the object.
|
void |
setText(String text)
A plain text message string or format string.
|
String |
toString() |
MultiformatMessageString |
withMarkdown(String markdown) |
MultiformatMessageString |
withProperties(PropertyBag properties) |
MultiformatMessageString |
withText(String text) |
public String getText()
public void setText(String text)
public MultiformatMessageString withText(String text)
public String getMarkdown()
public void setMarkdown(String markdown)
public MultiformatMessageString withMarkdown(String markdown)
public PropertyBag getProperties()
public void setProperties(PropertyBag properties)
public MultiformatMessageString withProperties(PropertyBag properties)
Copyright © 2020 Contrast Security. All rights reserved.