Class LocalizedNotificationMessage
java.lang.Object
org.openremote.model.notification.AbstractNotificationMessage
org.openremote.model.notification.LocalizedNotificationMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Map
<String, AbstractNotificationMessage> static final String
Fields inherited from class org.openremote.model.notification.AbstractNotificationMessage
type
-
Constructor Summary
ConstructorsConstructorDescriptionLocalizedNotificationMessage
(String defaultLanguage, Map<String, AbstractNotificationMessage> languages) -
Method Summary
Modifier and TypeMethodDescriptiongetMessage
(String language) setDefaultLanguage
(String defaultLanguage) void
setMessage
(String language, AbstractNotificationMessage message) Methods inherited from class org.openremote.model.notification.AbstractNotificationMessage
getType
-
Field Details
-
TYPE
- See Also:
-
defaultLanguage
-
languages
-
-
Constructor Details
-
LocalizedNotificationMessage
public LocalizedNotificationMessage(String defaultLanguage, Map<String, AbstractNotificationMessage> languages) -
LocalizedNotificationMessage
public LocalizedNotificationMessage()
-
-
Method Details
-
getDefaultLanguage
-
setDefaultLanguage
-
getMessage
-
getMessages
-
setMessage
-