@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbpV10X extends Object implements Serializable, Cloneable, StructuredPojo
ABP device object for LoRaWAN specification v1.0.x
Constructor and Description |
---|
AbpV10X() |
Modifier and Type | Method and Description |
---|---|
AbpV10X |
clone() |
boolean |
equals(Object obj) |
String |
getDevAddr()
The DevAddr value.
|
Integer |
getFCntStart()
The FCnt init value.
|
SessionKeysAbpV10X |
getSessionKeys()
Session keys for ABP v1.0.x
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDevAddr(String devAddr)
The DevAddr value.
|
void |
setFCntStart(Integer fCntStart)
The FCnt init value.
|
void |
setSessionKeys(SessionKeysAbpV10X sessionKeys)
Session keys for ABP v1.0.x
|
String |
toString()
Returns a string representation of this object.
|
AbpV10X |
withDevAddr(String devAddr)
The DevAddr value.
|
AbpV10X |
withFCntStart(Integer fCntStart)
The FCnt init value.
|
AbpV10X |
withSessionKeys(SessionKeysAbpV10X sessionKeys)
Session keys for ABP v1.0.x
|
public void setDevAddr(String devAddr)
The DevAddr value.
devAddr
- The DevAddr value.public String getDevAddr()
The DevAddr value.
public AbpV10X withDevAddr(String devAddr)
The DevAddr value.
devAddr
- The DevAddr value.public void setSessionKeys(SessionKeysAbpV10X sessionKeys)
Session keys for ABP v1.0.x
sessionKeys
- Session keys for ABP v1.0.xpublic SessionKeysAbpV10X getSessionKeys()
Session keys for ABP v1.0.x
public AbpV10X withSessionKeys(SessionKeysAbpV10X sessionKeys)
Session keys for ABP v1.0.x
sessionKeys
- Session keys for ABP v1.0.xpublic void setFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart
- The FCnt init value.public Integer getFCntStart()
The FCnt init value.
public AbpV10X withFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart
- The FCnt init value.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.