public class StitchingPointBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<StitchingPoint>
StitchingPoint instances.StitchingPoint| Constructor and Description |
|---|
StitchingPointBuilder() |
StitchingPointBuilder(StitchingPoint base) |
| Modifier and Type | Method and Description |
|---|---|
StitchingPointBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint> augmentationValue) |
StitchingPoint |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> |
getAugmentation(Class<E> augmentationType) |
List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> |
getSupportingTp() |
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId |
getTpId() |
StitchingPointBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> augmentationType) |
StitchingPointBuilder |
setSupportingTp(List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> value) |
StitchingPointBuilder |
setTpId(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId value) |
public StitchingPointBuilder()
public StitchingPointBuilder(StitchingPoint base)
public List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> getSupportingTp()
public org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId getTpId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> E getAugmentation(Class<E> augmentationType)
public StitchingPointBuilder setSupportingTp(List<org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId> value)
public StitchingPointBuilder setTpId(org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TpId value)
public StitchingPointBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint> augmentationValue)
public StitchingPointBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StitchingPoint>> augmentationType)
public StitchingPoint build()
build in interface org.opendaylight.yangtools.concepts.Builder<StitchingPoint>Copyright © 2018 OpenDaylight. All rights reserved.