@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.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
OtaaV10X |
withAppEui(String appEui)
The AppEUI value.
|
OtaaV10X |
withAppKey(String appKey)
The AppKey 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 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.