public static class NeutronAgent.AgentConcreteBuilder extends Object implements AgentBuilder
| Modifier and Type | Method and Description |
|---|---|
AgentBuilder |
adminStateUp(boolean state)
Sets the admin_state_up
|
Agent |
build()
Creates and return the Model Entity M
|
AgentBuilder |
from(Agent in)
Creates a Builder using the param M as the default values
|
AgentBuilder |
name() |
public AgentBuilder name()
public Agent build()
Buildable.Builderbuild in interface Buildable.Builder<AgentBuilder,Agent>public AgentBuilder from(Agent in)
Buildable.Builderfrom in interface Buildable.Builder<AgentBuilder,Agent>public AgentBuilder adminStateUp(boolean state)
AgentBuilderadminStateUp in interface AgentBuilderstate - the state of admin_state_upCopyright © 2017. All rights reserved.