@Generated(value="software.amazon.awssdk:codegen") public final class DownlinkQueueMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
The message in 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 messageId allocated by IoT Wireless for tracing purpose
|
String |
receivedAt()
The timestamp that Iot Wireless received the 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 to send data to the wireless device.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageId()
The messageId allocated by IoT Wireless for tracing purpose
public final 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).
0 for UM
(unacknowledge mode) or 1 for AM (acknowledge mode).public final String receivedAt()
The timestamp that Iot Wireless received the 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 © 2022. All rights reserved.