Uses of Class
fr.enedis.chutney.agent.domain.network.ImmutableNetworkDescription
Packages that use ImmutableNetworkDescription
-
Uses of ImmutableNetworkDescription in fr.enedis.chutney.agent.domain.network
Methods in fr.enedis.chutney.agent.domain.network that return ImmutableNetworkDescriptionModifier and TypeMethodDescriptionImmutableNetworkDescription.Builder.build()Builds a newImmutableNetworkDescription.static ImmutableNetworkDescriptionImmutableNetworkDescription.copyOf(NetworkDescription instance) Creates an immutable copy of aNetworkDescriptionvalue.ImmutableNetworkDescription.withAgentGraph(AgentGraph value) Copy the current immutable object by setting a value for theagentGraphattribute.ImmutableNetworkDescription.withConfiguration(NetworkConfiguration value) Copy the current immutable object by setting a value for theconfigurationattribute.ImmutableNetworkDescription.withLocalAgent(Agent value) Copy the current immutable object by setting a present value for the optionallocalAgentattribute.ImmutableNetworkDescription.withLocalAgent(Optional<? extends Agent> optional) Copy the current immutable object by setting an optional value for thelocalAgentattribute.