public static interface SemtechGnssDetail.Builder extends SdkPojo, CopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
| Modifier and Type | Method and Description |
|---|---|
SemtechGnssDetail.Builder |
fec(PositionConfigurationFec fec)
Whether forward error correction is enabled.
|
SemtechGnssDetail.Builder |
fec(String fec)
Whether forward error correction is enabled.
|
SemtechGnssDetail.Builder |
provider(PositionSolverProvider provider)
The vendor of the solver object.
|
SemtechGnssDetail.Builder |
provider(String provider)
The vendor of the solver object.
|
SemtechGnssDetail.Builder |
status(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
|
SemtechGnssDetail.Builder |
status(String status)
The status indicating whether the solver is enabled.
|
SemtechGnssDetail.Builder |
type(PositionSolverType type)
The type of positioning solver used.
|
SemtechGnssDetail.Builder |
type(String type)
The type of positioning solver used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSemtechGnssDetail.Builder provider(String provider)
The vendor of the solver object.
provider - The vendor of the solver object.PositionSolverProvider,
PositionSolverProviderSemtechGnssDetail.Builder provider(PositionSolverProvider provider)
The vendor of the solver object.
provider - The vendor of the solver object.PositionSolverProvider,
PositionSolverProviderSemtechGnssDetail.Builder type(String type)
The type of positioning solver used.
type - The type of positioning solver used.PositionSolverType,
PositionSolverTypeSemtechGnssDetail.Builder type(PositionSolverType type)
The type of positioning solver used.
type - The type of positioning solver used.PositionSolverType,
PositionSolverTypeSemtechGnssDetail.Builder status(String status)
The status indicating whether the solver is enabled.
status - The status indicating whether the solver is enabled.PositionConfigurationStatus,
PositionConfigurationStatusSemtechGnssDetail.Builder status(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
status - The status indicating whether the solver is enabled.PositionConfigurationStatus,
PositionConfigurationStatusSemtechGnssDetail.Builder fec(String fec)
Whether forward error correction is enabled.
fec - Whether forward error correction is enabled.PositionConfigurationFec,
PositionConfigurationFecSemtechGnssDetail.Builder fec(PositionConfigurationFec fec)
Whether forward error correction is enabled.
fec - Whether forward error correction is enabled.PositionConfigurationFec,
PositionConfigurationFecCopyright © 2023. All rights reserved.