Class Metadata.Exif.ExifDetails
-
- All Implemented Interfaces:
public final class Metadata.Exif.ExifDetailsObject containing Exif details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMetadata.Exif.ExifDetails.BuilderA builder for ExifDetails.
-
Method Summary
-
-
Method Detail
-
apertureValue
final Optional<Double> apertureValue()
-
colorSpace
final Optional<Long> colorSpace()
-
createDate
final Optional<String> createDate()
-
customRendered
final Optional<Long> customRendered()
-
dateTimeOriginal
final Optional<String> dateTimeOriginal()
-
exifImageHeight
final Optional<Long> exifImageHeight()
-
exifImageWidth
final Optional<Long> exifImageWidth()
-
exifVersion
final Optional<String> exifVersion()
-
exposureCompensation
final Optional<Double> exposureCompensation()
-
exposureMode
final Optional<Long> exposureMode()
-
exposureProgram
final Optional<Long> exposureProgram()
-
exposureTime
final Optional<Double> exposureTime()
-
flashpixVersion
final Optional<String> flashpixVersion()
-
focalLength
final Optional<Long> focalLength()
-
focalPlaneResolutionUnit
final Optional<Long> focalPlaneResolutionUnit()
-
focalPlaneXResolution
final Optional<Double> focalPlaneXResolution()
-
focalPlaneYResolution
final Optional<Double> focalPlaneYResolution()
-
interopOffset
final Optional<Long> interopOffset()
-
meteringMode
final Optional<Long> meteringMode()
-
sceneCaptureType
final Optional<Long> sceneCaptureType()
-
shutterSpeedValue
final Optional<Double> shutterSpeedValue()
-
subSecTime
final Optional<String> subSecTime()
-
whiteBalance
final Optional<Long> whiteBalance()
-
_apertureValue
final JsonField<Double> _apertureValue()
Returns the raw JSON value of apertureValue.
Unlike apertureValue, this method doesn't throw if the JSON field has an unexpected type.
-
_colorSpace
final JsonField<Long> _colorSpace()
Returns the raw JSON value of colorSpace.
Unlike colorSpace, this method doesn't throw if the JSON field has an unexpected type.
-
_createDate
final JsonField<String> _createDate()
Returns the raw JSON value of createDate.
Unlike createDate, this method doesn't throw if the JSON field has an unexpected type.
-
_customRendered
final JsonField<Long> _customRendered()
Returns the raw JSON value of customRendered.
Unlike customRendered, this method doesn't throw if the JSON field has an unexpected type.
-
_dateTimeOriginal
final JsonField<String> _dateTimeOriginal()
Returns the raw JSON value of dateTimeOriginal.
Unlike dateTimeOriginal, this method doesn't throw if the JSON field has an unexpected type.
-
_exifImageHeight
final JsonField<Long> _exifImageHeight()
Returns the raw JSON value of exifImageHeight.
Unlike exifImageHeight, this method doesn't throw if the JSON field has an unexpected type.
-
_exifImageWidth
final JsonField<Long> _exifImageWidth()
Returns the raw JSON value of exifImageWidth.
Unlike exifImageWidth, this method doesn't throw if the JSON field has an unexpected type.
-
_exifVersion
final JsonField<String> _exifVersion()
Returns the raw JSON value of exifVersion.
Unlike exifVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_exposureCompensation
final JsonField<Double> _exposureCompensation()
Returns the raw JSON value of exposureCompensation.
Unlike exposureCompensation, this method doesn't throw if the JSON field has an unexpected type.
-
_exposureMode
final JsonField<Long> _exposureMode()
Returns the raw JSON value of exposureMode.
Unlike exposureMode, this method doesn't throw if the JSON field has an unexpected type.
-
_exposureProgram
final JsonField<Long> _exposureProgram()
Returns the raw JSON value of exposureProgram.
Unlike exposureProgram, this method doesn't throw if the JSON field has an unexpected type.
-
_exposureTime
final JsonField<Double> _exposureTime()
Returns the raw JSON value of exposureTime.
Unlike exposureTime, this method doesn't throw if the JSON field has an unexpected type.
-
_flash
final JsonField<Long> _flash()
Returns the raw JSON value of flash.
Unlike flash, this method doesn't throw if the JSON field has an unexpected type.
-
_flashpixVersion
final JsonField<String> _flashpixVersion()
Returns the raw JSON value of flashpixVersion.
Unlike flashpixVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_fNumber
final JsonField<Double> _fNumber()
Returns the raw JSON value of fNumber.
Unlike fNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_focalLength
final JsonField<Long> _focalLength()
Returns the raw JSON value of focalLength.
Unlike focalLength, this method doesn't throw if the JSON field has an unexpected type.
-
_focalPlaneResolutionUnit
final JsonField<Long> _focalPlaneResolutionUnit()
Returns the raw JSON value of focalPlaneResolutionUnit.
Unlike focalPlaneResolutionUnit, this method doesn't throw if the JSON field has an unexpected type.
-
_focalPlaneXResolution
final JsonField<Double> _focalPlaneXResolution()
Returns the raw JSON value of focalPlaneXResolution.
Unlike focalPlaneXResolution, this method doesn't throw if the JSON field has an unexpected type.
-
_focalPlaneYResolution
final JsonField<Double> _focalPlaneYResolution()
Returns the raw JSON value of focalPlaneYResolution.
Unlike focalPlaneYResolution, this method doesn't throw if the JSON field has an unexpected type.
-
_interopOffset
final JsonField<Long> _interopOffset()
Returns the raw JSON value of interopOffset.
Unlike interopOffset, this method doesn't throw if the JSON field has an unexpected type.
-
_iso
final JsonField<Long> _iso()
Returns the raw JSON value of iso.
Unlike iso, this method doesn't throw if the JSON field has an unexpected type.
-
_meteringMode
final JsonField<Long> _meteringMode()
Returns the raw JSON value of meteringMode.
Unlike meteringMode, this method doesn't throw if the JSON field has an unexpected type.
-
_sceneCaptureType
final JsonField<Long> _sceneCaptureType()
Returns the raw JSON value of sceneCaptureType.
Unlike sceneCaptureType, this method doesn't throw if the JSON field has an unexpected type.
-
_shutterSpeedValue
final JsonField<Double> _shutterSpeedValue()
Returns the raw JSON value of shutterSpeedValue.
Unlike shutterSpeedValue, this method doesn't throw if the JSON field has an unexpected type.
-
_subSecTime
final JsonField<String> _subSecTime()
Returns the raw JSON value of subSecTime.
Unlike subSecTime, this method doesn't throw if the JSON field has an unexpected type.
-
_whiteBalance
final JsonField<Long> _whiteBalance()
Returns the raw JSON value of whiteBalance.
Unlike whiteBalance, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Metadata.Exif.ExifDetails.Builder toBuilder()
-
validate
final Metadata.Exif.ExifDetails validate()
-
builder
final static Metadata.Exif.ExifDetails.Builder builder()
Returns a mutable builder for constructing an instance of ExifDetails.
-
-
-
-