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

public class DTOResourceLatestPositionUpdate extends DynO
DTO for update resource latest position.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOResourceLatestPositionUpdate

      public DTOResourceLatestPositionUpdate()
  • Method Details

    • getxCoordinate

      public final Optional<Double> getxCoordinate()
      Gets the x coordinate.
      Returns:
      the x coordinate
    • setxCoordinate

      public final void setxCoordinate(Optional<Double> xCoordinate)
      Sets the x coordinate.
      Parameters:
      xCoordinate - the new x coordinate
    • getyCoordinate

      public final Optional<Double> getyCoordinate()
      Gets the y coordinate.
      Returns:
      the y coordinate
    • setyCoordinate

      public final void setyCoordinate(Optional<Double> yCoordinate)
      Sets the y coordinate.
      Parameters:
      yCoordinate - the new y coordinate
    • getDetectionDate

      public final Optional<ZonedDateTime> getDetectionDate()
      Gets the detection date.
      Returns:
      the detection date
    • setDetectionDate

      public final void setDetectionDate(Optional<ZonedDateTime> detectionDate)
      Sets the detection date.
      Parameters:
      detectionDate - the new detection date
    • getAccuracy

      public final Optional<Double> getAccuracy()
      Gets the accuracy.
      Returns:
      the accuracy
    • setAccuracy

      public final void setAccuracy(Optional<Double> accuracy)
      Sets the accuracy.
      Parameters:
      accuracy - the new accuracy
    • getSendDate

      public final Optional<ZonedDateTime> getSendDate()
      Gets the send date.
      Returns:
      the send date
    • setSendDate

      public final void setSendDate(Optional<ZonedDateTime> sendDate)
      Sets the send date.
      Parameters:
      sendDate - the new send date
    • getDeviceKey

      public final Optional<String> getDeviceKey()
      Gets the device key.
      Returns:
      the device key
    • setDeviceKey

      public final void setDeviceKey(Optional<String> deviceKey)
      Sets the device key.
      Parameters:
      deviceKey - the new device key