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.Builder
build
in interface Buildable.Builder<AgentBuilder,Agent>
public AgentBuilder from(Agent in)
Buildable.Builder
from
in interface Buildable.Builder<AgentBuilder,Agent>
public AgentBuilder adminStateUp(boolean state)
AgentBuilder
adminStateUp
in interface AgentBuilder
state
- the state of admin_state_upCopyright © 2017. All rights reserved.