java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMessage
COM.TIBCO.hawk.config.rbengine.rulebase.util.AlertMedium
All Implemented Interfaces:
Serializable

public class AlertMedium extends AlertMessage
The AlertMedium class
See Also:
  • Constructor Details

    • AlertMedium

      public AlertMedium(String msg)
      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

      public boolean equals(Object obj)
      Compares two AlertMedium object for equality.
      Overrides:
      equals in class AlertMessage
    • toString

      public String toString()
      Returns the string representation of this AlertMedium instance
      Overrides:
      toString in class Object