public class SegmentComputationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SegmentComputation>
SegmentComputation instances.SegmentComputation| Constructor and Description |
|---|
SegmentComputationBuilder() |
SegmentComputationBuilder(SegmentComputation base) |
| Modifier and Type | Method and Description |
|---|---|
SegmentComputationBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation> augmentationValue) |
SegmentComputation |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> |
getAugmentation(Class<E> augmentationType) |
P2p |
getP2p() |
SegmentComputationBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> augmentationType) |
SegmentComputationBuilder |
setP2p(P2p value) |
public SegmentComputationBuilder()
public SegmentComputationBuilder(SegmentComputation base)
public P2p getP2p()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> E getAugmentation(Class<E> augmentationType)
public SegmentComputationBuilder setP2p(P2p value)
public SegmentComputationBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation> augmentationValue)
public SegmentComputationBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SegmentComputation>> augmentationType)
public SegmentComputation build()
build in interface org.opendaylight.yangtools.concepts.Builder<SegmentComputation>Copyright © 2018 OpenDaylight. All rights reserved.