Class OtaaV1_0_x
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.OtaaV1_0_x
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>
@Generated("software.amazon.awssdk:codegen") public final class OtaaV1_0_x extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>
OTAA device object for v1.0.x
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOtaaV1_0_x.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappEui()The AppEUI value.StringappKey()The AppKey value.static OtaaV1_0_x.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgenAppKey()The GenAppKey value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjoinEui()The JoinEUI value.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OtaaV1_0_x.Builder>serializableBuilderClass()OtaaV1_0_x.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appKey
public final String appKey()
The AppKey value.
- Returns:
- The AppKey value.
-
appEui
public final String appEui()
The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
- Returns:
- The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
-
joinEui
public final String joinEui()
The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
- Returns:
- The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
-
genAppKey
public final String genAppKey()
The GenAppKey value.
- Returns:
- The GenAppKey value.
-
toBuilder
public OtaaV1_0_x.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OtaaV1_0_x.Builder,OtaaV1_0_x>
-
builder
public static OtaaV1_0_x.Builder builder()
-
serializableBuilderClass
public static Class<? extends OtaaV1_0_x.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-