public class Node1Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<Node1>
Node1Builder
instances.Node1Builder
Constructor and Description |
---|
Node1Builder() |
Node1Builder(IgpNodeAttributes arg) |
Node1Builder(Node1 base) |
Modifier and Type | Method and Description |
---|---|
Node1 |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
IgpNodeAttributes |
getIgpNodeAttributes() |
Node1Builder |
setIgpNodeAttributes(IgpNodeAttributes value) |
public Node1Builder()
public Node1Builder(IgpNodeAttributes arg)
public Node1Builder(Node1 base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic IgpNodeAttributes getIgpNodeAttributes()
public Node1Builder setIgpNodeAttributes(IgpNodeAttributes value)
public Node1 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Node1,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.