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

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

    • AlertLow

      public AlertLow(String msg)
      Constructs an AlertLow 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 AlertLow object for equality.
      Overrides:
      equals in class AlertMessage
    • toString

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