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