@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbpV11 extends Object implements Serializable, Cloneable, StructuredPojo
ABP device object for LoRaWAN specification v1.1
| Constructor and Description |
|---|
AbpV11() |
| Modifier and Type | Method and Description |
|---|---|
AbpV11 |
clone() |
boolean |
equals(Object obj) |
String |
getDevAddr()
The DevAddr value.
|
Integer |
getFCntStart()
The FCnt init value.
|
SessionKeysAbpV11 |
getSessionKeys()
Session keys for ABP v1.1
|
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(SessionKeysAbpV11 sessionKeys)
Session keys for ABP v1.1
|
String |
toString()
Returns a string representation of this object.
|
AbpV11 |
withDevAddr(String devAddr)
The DevAddr value.
|
AbpV11 |
withFCntStart(Integer fCntStart)
The FCnt init value.
|
AbpV11 |
withSessionKeys(SessionKeysAbpV11 sessionKeys)
Session keys for ABP v1.1
|
public void setDevAddr(String devAddr)
The DevAddr value.
devAddr - The DevAddr value.public String getDevAddr()
The DevAddr value.
public AbpV11 withDevAddr(String devAddr)
The DevAddr value.
devAddr - The DevAddr value.public void setSessionKeys(SessionKeysAbpV11 sessionKeys)
Session keys for ABP v1.1
sessionKeys - Session keys for ABP v1.1public SessionKeysAbpV11 getSessionKeys()
Session keys for ABP v1.1
public AbpV11 withSessionKeys(SessionKeysAbpV11 sessionKeys)
Session keys for ABP v1.1
sessionKeys - Session keys for ABP v1.1public void setFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart - The FCnt init value.public Integer getFCntStart()
The FCnt init value.
public AbpV11 withFCntStart(Integer fCntStart)
The FCnt init value.
fCntStart - The FCnt init value.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.