public static interface DownlinkQueueMessage.Builder extends SdkPojo, CopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
| Modifier and Type | Method and Description |
|---|---|
default DownlinkQueueMessage.Builder |
loRaWAN(Consumer<LoRaWANSendDataToDevice.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
DownlinkQueueMessage.Builder |
loRaWAN(LoRaWANSendDataToDevice loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
DownlinkQueueMessage.Builder |
messageId(String messageId)
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
|
DownlinkQueueMessage.Builder |
receivedAt(String receivedAt)
The time at which Iot Wireless received the downlink message.
|
DownlinkQueueMessage.Builder |
transmitMode(Integer transmitMode)
The transmit mode to use for sending data to the wireless device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDownlinkQueueMessage.Builder messageId(String messageId)
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
messageId - The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.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).
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).DownlinkQueueMessage.Builder receivedAt(String receivedAt)
The time at which Iot Wireless received the downlink message.
receivedAt - The time at which Iot Wireless received the downlink message.DownlinkQueueMessage.Builder loRaWAN(LoRaWANSendDataToDevice loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default DownlinkQueueMessage.Builder loRaWAN(Consumer<LoRaWANSendDataToDevice.Builder> loRaWAN)
LoRaWANSendDataToDevice.Builder avoiding
the need to create one manually via LoRaWANSendDataToDevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to loRaWAN(LoRaWANSendDataToDevice).
loRaWAN - a consumer that will call methods on LoRaWANSendDataToDevice.BuilderloRaWAN(LoRaWANSendDataToDevice)Copyright © 2022. All rights reserved.