| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePorts |
ImmutablePorts.Builder.build()
Builds a new
ImmutablePorts. |
static ImmutablePorts |
ImmutablePorts.copyOf(Ports instance)
Creates an immutable copy of a
Ports value. |
ImmutablePorts |
ImmutablePorts.withDns(int value)
Copy the current immutable object by setting a value for the
dns attribute. |
ImmutablePorts |
ImmutablePorts.withHttp(int value)
Copy the current immutable object by setting a value for the
http attribute. |
ImmutablePorts |
ImmutablePorts.withRpc(int value)
Copy the current immutable object by setting a value for the
rpc attribute. |
ImmutablePorts |
ImmutablePorts.withSerfLan(int value)
Copy the current immutable object by setting a value for the
serfLan attribute. |
ImmutablePorts |
ImmutablePorts.withSerfWan(int value)
Copy the current immutable object by setting a value for the
serfWan attribute. |
ImmutablePorts |
ImmutablePorts.withServer(int value)
Copy the current immutable object by setting a value for the
server attribute. |
Copyright © 2018. All rights reserved.