Class DTOResourceLatestPositionInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest.DTOResourceLatestPositionInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 TypeMethodDescriptionfinal DoubleGets the accuracy.final ZonedDateTimeGets the detection date.final StringGets the device key.final LongGets the resource.final ZonedDateTimeGets the send date.final DoubleGets the x coordinate.final DoubleGets the y coordinate.final voidsetAccuracy(Double accuracy) Sets the accuracy.final voidsetDetectionDate(ZonedDateTime detectionDate) Sets the detection date.final voidsetDeviceKey(String deviceKey) Sets the device key.final voidsetResource(Long resource) Sets the resource.final voidsetSendDate(ZonedDateTime sendDate) Sets the send date.final voidsetxCoordinate(Double xCoordinate) Sets the x coordinate.final voidsetyCoordinate(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
-
DTOResourceLatestPositionInsert
public DTOResourceLatestPositionInsert()
-
-
Method Details
-
getResource
Gets the resource.- Returns:
- the resource
-
setResource
Sets the resource.- Parameters:
resource- the new resource
-
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
-