@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.
|
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 |
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 |
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 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.