public class NoPathVectorBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NoPathVector>
NoPathVector instances.NoPathVector| Constructor and Description |
|---|
NoPathVectorBuilder() |
NoPathVectorBuilder(NoPathVector base) |
NoPathVectorBuilder(NoPathVectorTlv arg) |
| Modifier and Type | Method and Description |
|---|---|
NoPathVectorBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector> augmentationValue) |
NoPathVector |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> |
getAugmentation(Class<E> augmentationType) |
NoPathVectorTlv.Flags |
getFlags() |
NoPathVectorBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> augmentationType) |
NoPathVectorBuilder |
setFlags(NoPathVectorTlv.Flags value) |
public NoPathVectorBuilder()
public NoPathVectorBuilder(NoPathVectorTlv arg)
public NoPathVectorBuilder(NoPathVector base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NoPathVectorTlv.Flags getFlags()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> E getAugmentation(Class<E> augmentationType)
public NoPathVectorBuilder setFlags(NoPathVectorTlv.Flags value)
public NoPathVectorBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector> augmentationValue)
public NoPathVectorBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NoPathVector>> augmentationType)
public NoPathVector build()
build in interface org.opendaylight.yangtools.concepts.Builder<NoPathVector>Copyright © 2018 OpenDaylight. All rights reserved.