public class Ipv6DetourObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Ipv6DetourObject>
Ipv6DetourObject instances.Ipv6DetourObject| Constructor and Description |
|---|
Ipv6DetourObjectBuilder() |
Ipv6DetourObjectBuilder(Ipv6DetourObject base) |
| Modifier and Type | Method and Description |
|---|---|
Ipv6DetourObjectBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject> augmentationValue) |
Ipv6DetourObject |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> |
getAugmentation(Class<E> augmentationType) |
List<AvoidNode> |
getAvoidNode() |
List<PlrId> |
getPlrId() |
Ipv6DetourObjectBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> augmentationType) |
Ipv6DetourObjectBuilder |
setAvoidNode(List<AvoidNode> value) |
Ipv6DetourObjectBuilder |
setPlrId(List<PlrId> value) |
public Ipv6DetourObjectBuilder()
public Ipv6DetourObjectBuilder(Ipv6DetourObject base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> E getAugmentation(Class<E> augmentationType)
public Ipv6DetourObjectBuilder setAvoidNode(List<AvoidNode> value)
public Ipv6DetourObjectBuilder setPlrId(List<PlrId> value)
public Ipv6DetourObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject> augmentationValue)
public Ipv6DetourObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv6DetourObject>> augmentationType)
public Ipv6DetourObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<Ipv6DetourObject>Copyright © 2018 OpenDaylight. All rights reserved.