public class Notification extends AlertMessage
Constructor and Description |
---|
Notification(java.lang.String msg)
Constructs a Notification with a given message
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares two Notification object for equality.
|
java.lang.String |
toString()
Returns the string representation of this Notification instance
|
getMessage
public Notification(java.lang.String msg)
msg
- the notification messagejava.lang.IllegalArgumentException
- if msg is null or empty stringpublic boolean equals(java.lang.Object obj)
equals
in class AlertMessage
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.