Interface IAlertEvent

All Superinterfaces:
IEvent, INotifiableEvent, Serializable

public interface IAlertEvent extends INotifiableEvent
  • Field Details

  • Method Details

    • getPrincipalId

      IThingID getPrincipalId()
    • getDeliveryMethods

      int getDeliveryMethods()
    • getSubject

      String getSubject()
    • getTextBody

      String getTextBody()
    • getHtmlBody

      String getHtmlBody()
    • getContentType

      String getContentType()