Class Accuracy
- java.lang.Object
-
- software.amazon.awssdk.services.iotwireless.model.Accuracy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Accuracy.Builder,Accuracy>
@Generated("software.amazon.awssdk:codegen") public final class Accuracy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Accuracy.Builder,Accuracy>
The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccuracy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Accuracy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloathorizontalAccuracy()The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.List<SdkField<?>>sdkFields()static Class<? extends Accuracy.Builder>serializableBuilderClass()Accuracy.BuildertoBuilder()StringtoString()Returns a string representation of this object.FloatverticalAccuracy()The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.-
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
-
horizontalAccuracy
public final Float horizontalAccuracy()
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
- Returns:
- The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
-
verticalAccuracy
public final Float verticalAccuracy()
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
- Returns:
- The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
-
toBuilder
public Accuracy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Accuracy.Builder,Accuracy>
-
builder
public static Accuracy.Builder builder()
-
serializableBuilderClass
public static Class<? extends Accuracy.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.
-
-