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 messageId allocated by IoT Wireless for tracing purpose
|
DownlinkQueueMessage.Builder |
receivedAt(String receivedAt)
The timestamp that Iot Wireless received the message.
|
DownlinkQueueMessage.Builder |
transmitMode(Integer transmitMode)
The transmit mode to use to send data to the wireless device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDownlinkQueueMessage.Builder messageId(String messageId)
The messageId allocated by IoT Wireless for tracing purpose
messageId - The messageId allocated by IoT Wireless for tracing purposeDownlinkQueueMessage.Builder transmitMode(Integer transmitMode)
The transmit mode to use to send data to the wireless device. Can be: 0 for UM (unacknowledge
mode) or 1 for AM (acknowledge mode).
transmitMode - The transmit mode to use to send data to the wireless device. Can be: 0 for UM
(unacknowledge mode) or 1 for AM (acknowledge mode).DownlinkQueueMessage.Builder receivedAt(String receivedAt)
The timestamp that Iot Wireless received the message.
receivedAt - The timestamp that Iot Wireless received the 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.