| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePorts
Immutable implementation of
Ports. |
| Modifier and Type | Method and Description |
|---|---|
Ports |
ImmutableConfig.getPorts() |
abstract Ports |
Config.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePorts |
ImmutablePorts.copyOf(Ports instance)
Creates an immutable copy of a
Ports value. |
ImmutablePorts.Builder |
ImmutablePorts.Builder.from(Ports instance)
Fill a builder with attribute values from the provided
Ports instance. |
ImmutableConfig.Builder |
ImmutableConfig.Builder.ports(Ports ports)
Initializes the value for the
ports attribute. |
ImmutableConfig |
ImmutableConfig.withPorts(Ports value)
Copy the current immutable object by setting a value for the
ports attribute. |
Copyright © 2016. All rights reserved.