| Package | Description |
|---|---|
| com.orbitz.consul.model.coordinate |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCoord
Immutable implementation of
Coord. |
| Modifier and Type | Method and Description |
|---|---|
Coord |
ImmutableCoordinate.getCoord() |
abstract Coord |
Coordinate.getCoord() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCoordinate.Builder |
ImmutableCoordinate.Builder.coord(Coord coord)
Initializes the value for the
coord attribute. |
static ImmutableCoord |
ImmutableCoord.copyOf(Coord instance)
Creates an immutable copy of a
Coord value. |
ImmutableCoord.Builder |
ImmutableCoord.Builder.from(Coord instance)
Fill a builder with attribute values from the provided
Coord instance. |
ImmutableCoordinate |
ImmutableCoordinate.withCoord(Coord value)
Copy the current immutable object by setting a value for the
coord attribute. |
Copyright © 2018. All rights reserved.