Class Notification


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class Notification
    extends Object
    • Constructor Detail

      • Notification

        public Notification()
    • 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()