Class Message
- java.lang.Object
-
- com.funnelback.publicui.search.model.curator.data.Message
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String,Object>
additionalProperties
Any additional properties associated with the message (for example CSS styling related information).private String
category
A category for the message which may be used by an FreeMarker template to display different types of messages in different ways.private String
messageHtml
The HTML content of the message to display.
-
Constructor Summary
Constructors Constructor Description Message()
-
-
-
Field Detail
-
messageHtml
private String messageHtml
The HTML content of the message to display.
-
additionalProperties
private Map<String,Object> additionalProperties
Any additional properties associated with the message (for example CSS styling related information).
-
category
private String category
A category for the message which may be used by an FreeMarker template to display different types of messages in different ways.
-
-