@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() |
| Modifier and Type | Method and Description |
|---|---|
LoRaWANMulticastSession |
clone() |
boolean |
equals(Object obj) |
Integer |
getDlDr() |
Integer |
getDlFreq() |
Date |
getSessionStartTime() |
Integer |
getSessionTimeout() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDlDr(Integer dlDr) |
void |
setDlFreq(Integer dlFreq) |
void |
setSessionStartTime(Date sessionStartTime) |
void |
setSessionTimeout(Integer sessionTimeout) |
String |
toString()
Returns a string representation of this object.
|
LoRaWANMulticastSession |
withDlDr(Integer dlDr) |
LoRaWANMulticastSession |
withDlFreq(Integer dlFreq) |
LoRaWANMulticastSession |
withSessionStartTime(Date sessionStartTime) |
LoRaWANMulticastSession |
withSessionTimeout(Integer sessionTimeout) |
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 String toString()
toString in class ObjectObject.toString()public LoRaWANMulticastSession clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.