@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SemtechGnssDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details of the Semtech GNSS solver object.
| Constructor and Description |
|---|
SemtechGnssDetail() |
| Modifier and Type | Method and Description |
|---|---|
SemtechGnssDetail |
clone() |
boolean |
equals(Object obj) |
String |
getFec()
Whether forward error correction is enabled.
|
String |
getProvider()
The vendor of the solver object.
|
String |
getStatus()
The status indicating whether the solver is enabled.
|
String |
getType()
The type of positioning solver used.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFec(String fec)
Whether forward error correction is enabled.
|
void |
setProvider(String provider)
The vendor of the solver object.
|
void |
setStatus(String status)
The status indicating whether the solver is enabled.
|
void |
setType(String type)
The type of positioning solver used.
|
String |
toString()
Returns a string representation of this object.
|
SemtechGnssDetail |
withFec(PositionConfigurationFec fec)
Whether forward error correction is enabled.
|
SemtechGnssDetail |
withFec(String fec)
Whether forward error correction is enabled.
|
SemtechGnssDetail |
withProvider(PositionSolverProvider provider)
The vendor of the solver object.
|
SemtechGnssDetail |
withProvider(String provider)
The vendor of the solver object.
|
SemtechGnssDetail |
withStatus(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
|
SemtechGnssDetail |
withStatus(String status)
The status indicating whether the solver is enabled.
|
SemtechGnssDetail |
withType(PositionSolverType type)
The type of positioning solver used.
|
SemtechGnssDetail |
withType(String type)
The type of positioning solver used.
|
public void setProvider(String provider)
The vendor of the solver object.
provider - The vendor of the solver object.PositionSolverProviderpublic String getProvider()
The vendor of the solver object.
PositionSolverProviderpublic SemtechGnssDetail withProvider(String provider)
The vendor of the solver object.
provider - The vendor of the solver object.PositionSolverProviderpublic SemtechGnssDetail withProvider(PositionSolverProvider provider)
The vendor of the solver object.
provider - The vendor of the solver object.PositionSolverProviderpublic void setType(String type)
The type of positioning solver used.
type - The type of positioning solver used.PositionSolverTypepublic String getType()
The type of positioning solver used.
PositionSolverTypepublic SemtechGnssDetail withType(String type)
The type of positioning solver used.
type - The type of positioning solver used.PositionSolverTypepublic SemtechGnssDetail withType(PositionSolverType type)
The type of positioning solver used.
type - The type of positioning solver used.PositionSolverTypepublic void setStatus(String status)
The status indicating whether the solver is enabled.
status - The status indicating whether the solver is enabled.PositionConfigurationStatuspublic String getStatus()
The status indicating whether the solver is enabled.
PositionConfigurationStatuspublic SemtechGnssDetail withStatus(String status)
The status indicating whether the solver is enabled.
status - The status indicating whether the solver is enabled.PositionConfigurationStatuspublic SemtechGnssDetail withStatus(PositionConfigurationStatus status)
The status indicating whether the solver is enabled.
status - The status indicating whether the solver is enabled.PositionConfigurationStatuspublic void setFec(String fec)
Whether forward error correction is enabled.
fec - Whether forward error correction is enabled.PositionConfigurationFecpublic String getFec()
Whether forward error correction is enabled.
PositionConfigurationFecpublic SemtechGnssDetail withFec(String fec)
Whether forward error correction is enabled.
fec - Whether forward error correction is enabled.PositionConfigurationFecpublic SemtechGnssDetail withFec(PositionConfigurationFec fec)
Whether forward error correction is enabled.
fec - Whether forward error correction is enabled.PositionConfigurationFecpublic String toString()
toString in class ObjectObject.toString()public SemtechGnssDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.