Class LoRaWANMulticastSession
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANMulticastSession
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANMulticastSession.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoRaWANMulticastSession.Builderbuilder()IntegerdlDr()Returns the value of the DlDr property for this object.IntegerdlFreq()Returns the value of the DlFreq property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpingSlotPeriod()The PingSlotPeriod value.List<SdkField<?>>sdkFields()static Class<? extends LoRaWANMulticastSession.Builder>serializableBuilderClass()InstantsessionStartTime()Returns the value of the SessionStartTime property for this object.IntegersessionTimeout()Returns the value of the SessionTimeout property for this object.LoRaWANMulticastSession.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
dlDr
public final Integer dlDr()
Returns the value of the DlDr property for this object.- Returns:
- The value of the DlDr property for this object.
-
dlFreq
public final Integer dlFreq()
Returns the value of the DlFreq property for this object.- Returns:
- The value of the DlFreq property for this object.
-
sessionStartTime
public final Instant sessionStartTime()
Returns the value of the SessionStartTime property for this object.- Returns:
- The value of the SessionStartTime property for this object.
-
sessionTimeout
public final Integer sessionTimeout()
Returns the value of the SessionTimeout property for this object.- Returns:
- The value of the SessionTimeout property for this object.
-
pingSlotPeriod
public final Integer pingSlotPeriod()
The PingSlotPeriod value.
- Returns:
- The PingSlotPeriod value.
-
toBuilder
public LoRaWANMulticastSession.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANMulticastSession.Builder,LoRaWANMulticastSession>
-
builder
public static LoRaWANMulticastSession.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANMulticastSession.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.
-
-