@Generated(value="software.amazon.awssdk:codegen") public final class SemtechGnssDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
Details of the Semtech GNSS solver object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SemtechGnssDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SemtechGnssDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PositionConfigurationFec |
fec()
Whether forward error correction is enabled.
|
String |
fecAsString()
Whether forward error correction is enabled.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PositionSolverProvider |
provider()
The vendor of the solver object.
|
String |
providerAsString()
The vendor of the solver object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SemtechGnssDetail.Builder> |
serializableBuilderClass() |
PositionConfigurationStatus |
status()
The status indicating whether the solver is enabled.
|
String |
statusAsString()
The status indicating whether the solver is enabled.
|
SemtechGnssDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
PositionSolverType |
type()
The type of positioning solver used.
|
String |
typeAsString()
The type of positioning solver used.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PositionSolverProvider provider()
The vendor of the solver object.
If the service returns an enum value that is not available in the current SDK version, provider will
return PositionSolverProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from providerAsString().
PositionSolverProviderpublic final String providerAsString()
The vendor of the solver object.
If the service returns an enum value that is not available in the current SDK version, provider will
return PositionSolverProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from providerAsString().
PositionSolverProviderpublic final PositionSolverType type()
The type of positioning solver used.
If the service returns an enum value that is not available in the current SDK version, type will return
PositionSolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PositionSolverTypepublic final String typeAsString()
The type of positioning solver used.
If the service returns an enum value that is not available in the current SDK version, type will return
PositionSolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
PositionSolverTypepublic final PositionConfigurationStatus status()
The status indicating whether the solver is enabled.
If the service returns an enum value that is not available in the current SDK version, status will
return PositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PositionConfigurationStatuspublic final String statusAsString()
The status indicating whether the solver is enabled.
If the service returns an enum value that is not available in the current SDK version, status will
return PositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PositionConfigurationStatuspublic final PositionConfigurationFec fec()
Whether forward error correction is enabled.
If the service returns an enum value that is not available in the current SDK version, fec will return
PositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fecAsString().
PositionConfigurationFecpublic final String fecAsString()
Whether forward error correction is enabled.
If the service returns an enum value that is not available in the current SDK version, fec will return
PositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fecAsString().
PositionConfigurationFecpublic SemtechGnssDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>public static SemtechGnssDetail.Builder builder()
public static Class<? extends SemtechGnssDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.