@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OtaaV10X extends Object implements Serializable, Cloneable, StructuredPojo
OTAA device object for v1.0.x
Constructor and Description |
---|
OtaaV10X() |
Modifier and Type | Method and Description |
---|---|
OtaaV10X |
clone() |
boolean |
equals(Object obj) |
String |
getAppEui()
The AppEUI value.
|
String |
getAppKey()
The AppKey value.
|
String |
getGenAppKey()
The GenAppKey value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppEui(String appEui)
The AppEUI value.
|
void |
setAppKey(String appKey)
The AppKey value.
|
void |
setGenAppKey(String genAppKey)
The GenAppKey value.
|
String |
toString()
Returns a string representation of this object.
|
OtaaV10X |
withAppEui(String appEui)
The AppEUI value.
|
OtaaV10X |
withAppKey(String appKey)
The AppKey value.
|
OtaaV10X |
withGenAppKey(String genAppKey)
The GenAppKey value.
|
public void setAppKey(String appKey)
The AppKey value.
appKey
- The AppKey value.public String getAppKey()
The AppKey value.
public OtaaV10X withAppKey(String appKey)
The AppKey value.
appKey
- The AppKey value.public void setAppEui(String appEui)
The AppEUI value.
appEui
- The AppEUI value.public String getAppEui()
The AppEUI value.
public OtaaV10X withAppEui(String appEui)
The AppEUI value.
appEui
- The AppEUI value.public void setGenAppKey(String genAppKey)
The GenAppKey value.
genAppKey
- The GenAppKey value.public String getGenAppKey()
The GenAppKey value.
public OtaaV10X withGenAppKey(String genAppKey)
The GenAppKey value.
genAppKey
- The GenAppKey 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.