ImmutablePorts |
ImmutablePorts.Builder.build() |
|
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.
|