Class NeutronAgent.AgentConcreteBuilder
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronAgent.AgentConcreteBuilder
-
- All Implemented Interfaces:
Buildable.Builder<AgentBuilder,Agent>,AgentBuilder
- Enclosing class:
- NeutronAgent
public static class NeutronAgent.AgentConcreteBuilder extends Object implements AgentBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentBuilderadminStateUp(boolean state)Sets the admin_state_upAgentbuild()Creates and return the Model Entity MAgentBuilderfrom(Agent in)Creates a Builder using the param M as the default valuesAgentBuildername()
-
-
-
Method Detail
-
name
public AgentBuilder name()
-
build
public Agent build()
Description copied from interface:Buildable.BuilderCreates and return the Model Entity M- Specified by:
buildin interfaceBuildable.Builder<AgentBuilder,Agent>- Returns:
- M instance
-
from
public AgentBuilder from(Agent in)
Description copied from interface:Buildable.BuilderCreates a Builder using the param M as the default values- Specified by:
fromin interfaceBuildable.Builder<AgentBuilder,Agent>- Returns:
- Builder
-
adminStateUp
public AgentBuilder adminStateUp(boolean state)
Description copied from interface:AgentBuilderSets the admin_state_up- Specified by:
adminStateUpin interfaceAgentBuilder- Parameters:
state- the state of admin_state_up- Returns:
- the agent builder
-
-