Class DTOResourceLatestPositionUpdate
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest.DTOResourceLatestPositionUpdate
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for update resource latest position.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the accuracy.final Optional<ZonedDateTime> Gets the detection date.Gets the device key.final Optional<ZonedDateTime> Gets the send date.Gets the x coordinate.Gets the y coordinate.final voidsetAccuracy(Optional<Double> accuracy) Sets the accuracy.final voidsetDetectionDate(Optional<ZonedDateTime> detectionDate) Sets the detection date.final voidsetDeviceKey(Optional<String> deviceKey) Sets the device key.final voidsetSendDate(Optional<ZonedDateTime> sendDate) Sets the send date.final voidsetxCoordinate(Optional<Double> xCoordinate) Sets the x coordinate.final voidsetyCoordinate(Optional<Double> yCoordinate) Sets the y coordinate.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOResourceLatestPositionUpdate
public DTOResourceLatestPositionUpdate()
-
-
Method Details
-
getxCoordinate
Gets the x coordinate.- Returns:
- the x coordinate
-
setxCoordinate
Sets the x coordinate.- Parameters:
xCoordinate- the new x coordinate
-
getyCoordinate
Gets the y coordinate.- Returns:
- the y coordinate
-
setyCoordinate
Sets the y coordinate.- Parameters:
yCoordinate- the new y coordinate
-
getDetectionDate
Gets the detection date.- Returns:
- the detection date
-
setDetectionDate
Sets the detection date.- Parameters:
detectionDate- the new detection date
-
getAccuracy
Gets the accuracy.- Returns:
- the accuracy
-
setAccuracy
Sets the accuracy.- Parameters:
accuracy- the new accuracy
-
getSendDate
Gets the send date.- Returns:
- the send date
-
setSendDate
Sets the send date.- Parameters:
sendDate- the new send date
-
getDeviceKey
Gets the device key.- Returns:
- the device key
-
setDeviceKey
Sets the device key.- Parameters:
deviceKey- the new device key
-