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