Interface DownlinkQueueMessage.Builder

    • Method Detail

      • messageId

        DownlinkQueueMessage.Builder messageId​(String messageId)

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

        Parameters:
        messageId - The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transmitMode

        DownlinkQueueMessage.Builder transmitMode​(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).

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • receivedAt

        DownlinkQueueMessage.Builder receivedAt​(String receivedAt)

        The time at which Iot Wireless received the downlink message.

        Parameters:
        receivedAt - The time at which Iot Wireless received the downlink message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loRaWAN

        DownlinkQueueMessage.Builder loRaWAN​(LoRaWANSendDataToDevice loRaWAN)
        Sets the value of the LoRaWAN property for this object.
        Parameters:
        loRaWAN - The new value for the LoRaWAN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.