public class NetworksBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Networks>
NetworksBuilder
instances.NetworksBuilder
Constructor and Description |
---|
NetworksBuilder() |
NetworksBuilder(Networks base) |
Modifier and Type | Method and Description |
---|---|
NetworksBuilder |
addAugmentation(Class<? extends Augmentation<Networks>> augmentationType,
Augmentation<Networks> augmentationValue) |
<E extends Augmentation<Networks>> |
augmentation(Class<E> augmentationType) |
Networks |
build() |
List<Network> |
getNetwork() |
NetworksBuilder |
removeAugmentation(Class<? extends Augmentation<Networks>> augmentationType) |
NetworksBuilder |
setNetwork(List<Network> values) |
public NetworksBuilder()
public NetworksBuilder(Networks base)
public <E extends Augmentation<Networks>> E augmentation(Class<E> augmentationType)
public NetworksBuilder setNetwork(List<Network> values)
public NetworksBuilder addAugmentation(Class<? extends Augmentation<Networks>> augmentationType, Augmentation<Networks> augmentationValue)
public NetworksBuilder removeAugmentation(Class<? extends Augmentation<Networks>> augmentationType)
public Networks build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Networks,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.