@Generated(value="software.amazon.awssdk:codegen") public final class DownlinkQueueMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
The message in the downlink queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DownlinkQueueMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DownlinkQueueMessage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoRaWANSendDataToDevice |
loRaWAN()
Returns the value of the LoRaWAN property for this object.
|
String |
messageId()
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
|
String |
receivedAt()
The time at which Iot Wireless received the downlink message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DownlinkQueueMessage.Builder> |
serializableBuilderClass() |
DownlinkQueueMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
transmitMode()
The transmit mode to use for sending data to the wireless device.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageId()
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
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).
0 for UM
(unacknowledge mode) or 1 for AM (acknowledge mode).public final String receivedAt()
The time at which Iot Wireless received the downlink message.
public final LoRaWANSendDataToDevice loRaWAN()
public DownlinkQueueMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>public static DownlinkQueueMessage.Builder builder()
public static Class<? extends DownlinkQueueMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.