@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoRaWANMulticastSession extends Object implements Serializable, Cloneable, StructuredPojo
The LoRaWAN information used with the multicast session.
| Constructor and Description |
|---|
LoRaWANMulticastSession() |
public void setDlDr(Integer dlDr)
dlDr - public Integer getDlDr()
public LoRaWANMulticastSession withDlDr(Integer dlDr)
dlDr - public void setDlFreq(Integer dlFreq)
dlFreq - public Integer getDlFreq()
public LoRaWANMulticastSession withDlFreq(Integer dlFreq)
dlFreq - public void setSessionStartTime(Date sessionStartTime)
sessionStartTime - public Date getSessionStartTime()
public LoRaWANMulticastSession withSessionStartTime(Date sessionStartTime)
sessionStartTime - public void setSessionTimeout(Integer sessionTimeout)
sessionTimeout - public Integer getSessionTimeout()
public LoRaWANMulticastSession withSessionTimeout(Integer sessionTimeout)
sessionTimeout - public void setPingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
pingSlotPeriod - The PingSlotPeriod value.public Integer getPingSlotPeriod()
The PingSlotPeriod value.
public LoRaWANMulticastSession withPingSlotPeriod(Integer pingSlotPeriod)
The PingSlotPeriod value.
pingSlotPeriod - The PingSlotPeriod value.public String toString()
toString in class ObjectObject.toString()public LoRaWANMulticastSession clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.