| Package | Description |
|---|---|
| com.orbitz.consul.model.coordinate |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCoord.Builder |
ImmutableCoord.Builder.adjustment(double adjustment)
Initializes the value for the
adjustment attribute. |
static ImmutableCoord.Builder |
ImmutableCoord.builder()
Creates a builder for
ImmutableCoord. |
ImmutableCoord.Builder |
ImmutableCoord.Builder.error(double error)
Initializes the value for the
error attribute. |
ImmutableCoord.Builder |
ImmutableCoord.Builder.from(Coord instance)
Fill a builder with attribute values from the provided
Coord instance. |
ImmutableCoord.Builder |
ImmutableCoord.Builder.height(double height)
Initializes the value for the
height attribute. |
ImmutableCoord.Builder |
ImmutableCoord.Builder.vec(double... vec)
Initializes the value for the
vec attribute. |
Copyright © 2019. All rights reserved.