Package io.imagekit.models.files
Class Metadata.Exif.Gps
-
- All Implemented Interfaces:
public final class Metadata.Exif.GpsObject containing GPS information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMetadata.Exif.Gps.BuilderA builder for Gps.
-
Method Summary
Modifier and Type Method Description final Optional<List<Long>>gpsVersionId()final JsonField<List<Long>>_gpsVersionId()Returns the raw JSON value of gpsVersionId. final Map<String, JsonValue>_additionalProperties()final Metadata.Exif.Gps.BuildertoBuilder()final Metadata.Exif.Gpsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Metadata.Exif.Gps.Builderbuilder()Returns a mutable builder for constructing an instance of Gps. -
-
Method Detail
-
gpsVersionId
final Optional<List<Long>> gpsVersionId()
-
_gpsVersionId
final JsonField<List<Long>> _gpsVersionId()
Returns the raw JSON value of gpsVersionId.
Unlike gpsVersionId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Metadata.Exif.Gps.Builder toBuilder()
-
validate
final Metadata.Exif.Gps validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static Metadata.Exif.Gps.Builder builder()
Returns a mutable builder for constructing an instance of Gps.
-
-
-
-