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