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