Class AlertDefault

java.lang.Object
org.spincast.core.response.AlertDefault
All Implemented Interfaces:
Alert

public class AlertDefault extends Object implements Alert
  • Constructor Details

  • Method Details

    • getAlertType

      public AlertLevel getAlertType()
      Description copied from interface: Alert
      The type of the Alert message.
      Specified by:
      getAlertType in interface Alert
    • getText

      public String getText()
      Description copied from interface: Alert
      The text of the Alert message.
      Specified by:
      getText in interface Alert