@Generated(value="software.amazon.awssdk:codegen") public final class LoRaWANMulticastSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>
The LoRaWAN information used with the multicast session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoRaWANMulticastSession.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoRaWANMulticastSession.Builder |
builder() |
Integer |
dlDr()
Returns the value of the DlDr property for this object.
|
Integer |
dlFreq()
Returns the value of the DlFreq property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
pingSlotPeriod()
The PingSlotPeriod value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoRaWANMulticastSession.Builder> |
serializableBuilderClass() |
Instant |
sessionStartTime()
Returns the value of the SessionStartTime property for this object.
|
Integer |
sessionTimeout()
Returns the value of the SessionTimeout property for this object.
|
LoRaWANMulticastSession.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer dlDr()
public final Integer dlFreq()
public final Instant sessionStartTime()
public final Integer sessionTimeout()
public final Integer pingSlotPeriod()
The PingSlotPeriod value.
public LoRaWANMulticastSession.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>public static LoRaWANMulticastSession.Builder builder()
public static Class<? extends LoRaWANMulticastSession.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.