Class NotificationState


  • public class NotificationState
    extends java.lang.Object
    Includes information on the state of the notification event.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] acknowledged
      List of devices that have acknowledged the alert.
      java.lang.String[] cancelled
      List of devices where the alert has been cancelled.
      java.lang.String[] created
      List of devices on which the alert was created.
      java.lang.String[] timedOut
      List of devices on which the alert timed out
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • acknowledged

        @SerializedName("acknowledged")
        public java.lang.String[] acknowledged
        List of devices that have acknowledged the alert.
      • created

        @SerializedName("created")
        public java.lang.String[] created
        List of devices on which the alert was created.
      • cancelled

        @SerializedName("cancelled")
        public java.lang.String[] cancelled
        List of devices where the alert has been cancelled.
      • timedOut

        @SerializedName("timed_out")
        public java.lang.String[] timedOut
        List of devices on which the alert timed out
    • Constructor Detail

      • NotificationState

        public NotificationState()