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