Class DownlinkQueueMessage
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.DownlinkQueueMessage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
@Generated("software.amazon.awssdk:codegen") public final class DownlinkQueueMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
The message in the downlink queue.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDownlinkQueueMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DownlinkQueueMessage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LoRaWANSendDataToDeviceloRaWAN()Returns the value of the LoRaWAN property for this object.StringmessageId()The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.StringreceivedAt()The time at which Iot Wireless received the downlink message.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DownlinkQueueMessage.Builder>serializableBuilderClass()DownlinkQueueMessage.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertransmitMode()The transmit mode to use for sending data to the wireless device.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
messageId
public final String messageId()
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
- Returns:
- The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
-
transmitMode
public final Integer transmitMode()
The transmit mode to use for sending data to the wireless device. This can be
0for UM (unacknowledge mode) or1for AM (acknowledge mode).- Returns:
- The transmit mode to use for sending data to the wireless device. This can be
0for UM (unacknowledge mode) or1for AM (acknowledge mode).
-
receivedAt
public final String receivedAt()
The time at which Iot Wireless received the downlink message.
- Returns:
- The time at which Iot Wireless received the downlink message.
-
loRaWAN
public final LoRaWANSendDataToDevice loRaWAN()
Returns the value of the LoRaWAN property for this object.- Returns:
- The value of the LoRaWAN property for this object.
-
toBuilder
public DownlinkQueueMessage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DownlinkQueueMessage.Builder,DownlinkQueueMessage>
-
builder
public static DownlinkQueueMessage.Builder builder()
-
serializableBuilderClass
public static Class<? extends DownlinkQueueMessage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-