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