ImmutableNetworkDescription |
ImmutableNetworkDescription.Builder.build() |
|
static ImmutableNetworkDescription |
ImmutableNetworkDescription.copyOf(NetworkDescription instance) |
|
ImmutableNetworkDescription |
ImmutableNetworkDescription.withAgentGraph(AgentGraph value) |
Copy the current immutable object by setting a value for the agentGraph attribute.
|
ImmutableNetworkDescription |
ImmutableNetworkDescription.withConfiguration(NetworkConfiguration value) |
Copy the current immutable object by setting a value for the configuration attribute.
|
ImmutableNetworkDescription |
ImmutableNetworkDescription.withLocalAgent(Agent value) |
Copy the current immutable object by setting a present value for the optional localAgent attribute.
|
ImmutableNetworkDescription |
ImmutableNetworkDescription.withLocalAgent(Optional<? extends Agent> optional) |
Copy the current immutable object by setting an optional value for the localAgent attribute.
|