@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OtaaV11 extends Object implements Serializable, Cloneable, StructuredPojo
OTAA device object for v1.1
Constructor and Description |
---|
OtaaV11() |
Modifier and Type | Method and Description |
---|---|
OtaaV11 |
clone() |
boolean |
equals(Object obj) |
String |
getAppKey()
The AppKey value.
|
String |
getJoinEui()
The JoinEUI value.
|
String |
getNwkKey()
The NwkKey value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppKey(String appKey)
The AppKey value.
|
void |
setJoinEui(String joinEui)
The JoinEUI value.
|
void |
setNwkKey(String nwkKey)
The NwkKey value.
|
String |
toString()
Returns a string representation of this object.
|
OtaaV11 |
withAppKey(String appKey)
The AppKey value.
|
OtaaV11 |
withJoinEui(String joinEui)
The JoinEUI value.
|
OtaaV11 |
withNwkKey(String nwkKey)
The NwkKey value.
|
public void setAppKey(String appKey)
The AppKey value.
appKey
- The AppKey value.public String getAppKey()
The AppKey value.
public OtaaV11 withAppKey(String appKey)
The AppKey value.
appKey
- The AppKey value.public void setNwkKey(String nwkKey)
The NwkKey value.
nwkKey
- The NwkKey value.public String getNwkKey()
The NwkKey value.
public OtaaV11 withNwkKey(String nwkKey)
The NwkKey value.
nwkKey
- The NwkKey value.public void setJoinEui(String joinEui)
The JoinEUI value.
joinEui
- The JoinEUI value.public String getJoinEui()
The JoinEUI value.
public OtaaV11 withJoinEui(String joinEui)
The JoinEUI value.
joinEui
- The JoinEUI 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.