Class DownlinkQueueMessage

    • Method Detail

      • messageId

        public final String messageId()

        The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.

        Returns:
        The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
      • transmitMode

        public final Integer transmitMode()

        The transmit mode to use for sending data to the wireless device. This can be 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).

        Returns:
        The transmit mode to use for sending data to the wireless device. This can be 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
      • receivedAt

        public final String receivedAt()

        The time at which Iot Wireless received the downlink message.

        Returns:
        The time at which Iot Wireless received the downlink message.
      • loRaWAN

        public final LoRaWANSendDataToDevice loRaWAN()
        Returns the value of the LoRaWAN property for this object.
        Returns:
        The value of the LoRaWAN property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)