Class DTOResourceLatestPosition

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest.DTOResourceLatestPosition
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

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

    • DTOResourceLatestPosition

      public DTOResourceLatestPosition()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getResource

      public final Long getResource()
      Gets the resource.
      Returns:
      the resource
    • setResource

      public final void setResource(Long resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • getxCoordinate

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

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

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

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

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

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

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

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

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

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

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

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