Class Notification
- java.lang.Object
-
- org.uberfire.workbench.model.bridge.Notification
-
@JsType(isNative=true, namespace="<global>", name="Object") public class Notification extends Object
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetPath()StringgetSeverity()StringgetType()voidsetMessage(String message)voidsetPath(String path)voidsetSeverity(String notificationSeverity)voidsetType(String type)
-
-
-
Method Detail
-
setPath
@JsProperty(name="path") public void setPath(String path)
-
getPath
@JsProperty(name="path") public String getPath()
-
setMessage
@JsProperty(name="message") public void setMessage(String message)
-
getMessage
@JsProperty(name="message") public String getMessage()
-
setSeverity
@JsProperty(name="severity") public void setSeverity(String notificationSeverity)
-
getSeverity
@JsProperty(name="severity") public String getSeverity()
-
setType
@JsProperty(name="type") public void setType(String type)
-
getType
@JsProperty(name="type") public String getType()
-
-