Class AlertMedium
java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMedium
- All Implemented Interfaces:
Serializable
The AlertMedium class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlertMedium(String msg) Constructs an AlertMedium object with a given message -
Method Summary
Methods inherited from class COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
getMessage
-
Constructor Details
-
AlertMedium
Constructs an AlertMedium object with a given message- Parameters:
msg- the alert message- Throws:
IllegalArgumentException- if msg is null or empty string
-
-
Method Details
-
equals
Compares two AlertMedium object for equality.- Overrides:
equalsin classAlertMessage
-
toString
Returns the string representation of this AlertMedium instance
-