Class GPSPointDimension
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.GPSPointDimension
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GPSPointDimension.Builder,GPSPointDimension>
@Generated("software.amazon.awssdk:codegen") public final class GPSPointDimension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GPSPointDimension.Builder,GPSPointDimension>
Specifies GPS-based criteria for including or excluding endpoints from a segment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGPSPointDimension.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GPSPointDimension.Builderbuilder()GPSCoordinatescoordinates()The GPS coordinates to measure distance from.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublerangeInKilometers()The range, in kilometers, from the GPS coordinates.List<SdkField<?>>sdkFields()static Class<? extends GPSPointDimension.Builder>serializableBuilderClass()GPSPointDimension.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
coordinates
public final GPSCoordinates coordinates()
The GPS coordinates to measure distance from.
- Returns:
- The GPS coordinates to measure distance from.
-
rangeInKilometers
public final Double rangeInKilometers()
The range, in kilometers, from the GPS coordinates.
- Returns:
- The range, in kilometers, from the GPS coordinates.
-
toBuilder
public GPSPointDimension.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GPSPointDimension.Builder,GPSPointDimension>
-
builder
public static GPSPointDimension.Builder builder()
-
serializableBuilderClass
public static Class<? extends GPSPointDimension.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.
-
-