Class GpsCoordinates

java.lang.Object
net.andresbustamante.yafoot.web.dto.GpsCoordinates

@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2025-05-03T18:05:27.532758501Z[Etc/UTC]") public class GpsCoordinates extends Object
GpsCoordinates
  • Constructor Details

    • GpsCoordinates

      public GpsCoordinates()
  • Method Details

    • latitude

      public GpsCoordinates latitude(Double latitude)
    • getLatitude

      @NotNull public @NotNull Double getLatitude()
      Get latitude
      Returns:
      latitude
    • setLatitude

      public void setLatitude(Double latitude)
    • longitude

      public GpsCoordinates longitude(Double longitude)
    • getLongitude

      @NotNull public @NotNull Double getLongitude()
      Get longitude
      Returns:
      longitude
    • setLongitude

      public void setLongitude(Double longitude)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object