Class NotificationEvent


  • public class NotificationEvent
    extends java.lang.Object
    A device has acknowledged an alert that was sent out to a group of devices.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String event
      The type of notification event, such as "ack_event".
      java.lang.String name
      The name of the alert.
      NotificationState notificationState
      Contains information regarding the state of the notification, such as a list of devices who have acknowledged the alert, a list of devices on which the alert has been created, and more.
      java.lang.String sourceUri
      The device that was listed as the originator of the alert.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sourceUri

        @SerializedName("source_uri")
        public java.lang.String sourceUri
        The device that was listed as the originator of the alert.
      • event

        @SerializedName("event")
        public java.lang.String event
        The type of notification event, such as "ack_event".
      • name

        @SerializedName("name")
        public java.lang.String name
        The name of the alert.
      • notificationState

        @SerializedName("notification_state")
        public NotificationState notificationState
        Contains information regarding the state of the notification, such as a list of devices who have acknowledged the alert, a list of devices on which the alert has been created, and more. See the NotificationState class for more details.
    • Constructor Detail

      • NotificationEvent

        public NotificationEvent()