Class NotificationSendResult

java.lang.Object
org.openremote.model.notification.NotificationSendResult

public class NotificationSendResult extends Object
  • Field Details

    • success

      protected boolean success
    • message

      protected String message
  • Constructor Details

    • NotificationSendResult

      protected NotificationSendResult(boolean success, String message)
  • Method Details