DeviceGeoLocation |
DeviceGeoLocation.Builder.build() |
|
DeviceGeoLocation |
DeviceGeoLocation.withAltitude(Double altitude) |
Returns an immutable copy of this with just the altitude field
changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withHeading(Double heading) |
Returns an immutable copy of this with just the heading field
changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withHorizontalAccuracy(Double horizontalAccuracy) |
Returns an immutable copy of this with just the
horizontalAccuracy field changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withLastCollectedDateTime(OffsetDateTime lastCollectedDateTime) |
Returns an immutable copy of this with just the
lastCollectedDateTime field changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withLatitude(Double latitude) |
Returns an immutable copy of this with just the latitude field
changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withLongitude(Double longitude) |
Returns an immutable copy of this with just the longitude field
changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withSpeed(Double speed) |
Returns an immutable copy of this with just the speed field
changed.
|
DeviceGeoLocation |
DeviceGeoLocation.withUnmappedField(String name,
Object value) |
|
DeviceGeoLocation |
DeviceGeoLocation.withVerticalAccuracy(Double verticalAccuracy) |
Returns an immutable copy of this with just the verticalAccuracy
field changed.
|