@JsType(isNative=true,
namespace="<global>",
name="Object")
public class Notification
extends Object
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getPath() |
String |
getSeverity() |
String |
getType() |
void |
setMessage(String message) |
void |
setPath(String path) |
void |
setSeverity(String notificationSeverity) |
void |
setType(String type) |
@JsProperty(name="path") public void setPath(String path)
@JsProperty(name="path") public String getPath()
@JsProperty(name="message") public void setMessage(String message)
@JsProperty(name="message") public String getMessage()
@JsProperty(name="severity") public void setSeverity(String notificationSeverity)
@JsProperty(name="severity") public String getSeverity()
@JsProperty(name="type") public void setType(String type)
@JsProperty(name="type") public String getType()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.