@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
LoRaWAN application configuration, which can be used to perform geolocation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfig.Builder |
builder() |
String |
destinationName()
The name of the position data destination that describes the AWS IoT rule that processes the device's position
data for use by AWS IoT Core for LoRaWAN.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fPort()
Returns the value of the FPort property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationConfig.Builder> |
serializableBuilderClass() |
ApplicationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ApplicationConfigType |
type()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
String |
typeAsString()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer fPort()
public final ApplicationConfigType type()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
If the service returns an enum value that is not available in the current SDK version, type will return
ApplicationConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ApplicationConfigTypepublic final String typeAsString()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
If the service returns an enum value that is not available in the current SDK version, type will return
ApplicationConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ApplicationConfigTypepublic final String destinationName()
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
public ApplicationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>public static ApplicationConfig.Builder builder()
public static Class<? extends ApplicationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.