@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Point extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Point.Builder |
static class |
Point.BuilderWithLat |
static class |
Point.BuilderWithLon |
| Constructor and Description |
|---|
Point(double lat,
double lon) |
| Modifier and Type | Method and Description |
|---|---|
static Point.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
double |
lat() |
static Point.BuilderWithLat |
lat(double lat) |
double |
lon() |
String |
toString() |
Point |
withLat(double lat) |
Point |
withLon(double lon) |
public static Point.Builder builder()
public static Point.BuilderWithLat lat(double lat)
public double lat()
public double lon()
public Point withLat(double lat)
public Point withLon(double lon)
Copyright © 2023. All rights reserved.