Class SemtechGnssDetail
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.SemtechGnssDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
@Generated("software.amazon.awssdk:codegen") public final class SemtechGnssDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
Details of the Semtech GNSS solver object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSemtechGnssDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SemtechGnssDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)PositionConfigurationFecfec()Whether forward error correction is enabled.StringfecAsString()Whether forward error correction is enabled.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PositionSolverProviderprovider()The vendor of the solver object.StringproviderAsString()The vendor of the solver object.List<SdkField<?>>sdkFields()static Class<? extends SemtechGnssDetail.Builder>serializableBuilderClass()PositionConfigurationStatusstatus()The status indicating whether the solver is enabled.StringstatusAsString()The status indicating whether the solver is enabled.SemtechGnssDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.PositionSolverTypetype()The type of positioning solver used.StringtypeAsString()The type of positioning solver used.-
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
-
provider
public 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,
providerwill returnPositionSolverProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderAsString().- Returns:
- The vendor of the solver object.
- See Also:
PositionSolverProvider
-
providerAsString
public 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,
providerwill returnPositionSolverProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderAsString().- Returns:
- The vendor of the solver object.
- See Also:
PositionSolverProvider
-
type
public 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,
typewill returnPositionSolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of positioning solver used.
- See Also:
PositionSolverType
-
typeAsString
public 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,
typewill returnPositionSolverType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of positioning solver used.
- See Also:
PositionSolverType
-
status
public 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,
statuswill returnPositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status indicating whether the solver is enabled.
- See Also:
PositionConfigurationStatus
-
statusAsString
public 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,
statuswill returnPositionConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status indicating whether the solver is enabled.
- See Also:
PositionConfigurationStatus
-
fec
public 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,
fecwill returnPositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfecAsString().- Returns:
- Whether forward error correction is enabled.
- See Also:
PositionConfigurationFec
-
fecAsString
public 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,
fecwill returnPositionConfigurationFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfecAsString().- Returns:
- Whether forward error correction is enabled.
- See Also:
PositionConfigurationFec
-
toBuilder
public SemtechGnssDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
-
builder
public static SemtechGnssDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends SemtechGnssDetail.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.
-
-