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