Class LoRaWANServiceProfile
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.LoRaWANServiceProfile
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoRaWANServiceProfile.Builder,LoRaWANServiceProfile>
@Generated("software.amazon.awssdk:codegen") public final class LoRaWANServiceProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoRaWANServiceProfile.Builder,LoRaWANServiceProfile>
LoRaWANServiceProfile object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoRaWANServiceProfile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanaddGwMetadata()The AddGWMetaData value.static LoRaWANServiceProfile.Builderbuilder()IntegerdrMax()The DrMax value.IntegerdrMin()The DrMin value.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanprAllowed()The PRAllowed value that describes whether passive roaming is allowed.BooleanraAllowed()The RAAllowed value that describes whether roaming activation is allowed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LoRaWANServiceProfile.Builder>serializableBuilderClass()LoRaWANServiceProfile.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
-
addGwMetadata
public final Boolean addGwMetadata()
The AddGWMetaData value.
- Returns:
- The AddGWMetaData value.
-
drMin
public final Integer drMin()
The DrMin value.
- Returns:
- The DrMin value.
-
drMax
public final Integer drMax()
The DrMax value.
- Returns:
- The DrMax value.
-
prAllowed
public final Boolean prAllowed()
The PRAllowed value that describes whether passive roaming is allowed.
- Returns:
- The PRAllowed value that describes whether passive roaming is allowed.
-
raAllowed
public final Boolean raAllowed()
The RAAllowed value that describes whether roaming activation is allowed.
- Returns:
- The RAAllowed value that describes whether roaming activation is allowed.
-
toBuilder
public LoRaWANServiceProfile.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoRaWANServiceProfile.Builder,LoRaWANServiceProfile>
-
builder
public static LoRaWANServiceProfile.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoRaWANServiceProfile.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
-
-