public class FlowspecIpv6RoutesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowspecIpv6Routes>
FlowspecIpv6RoutesBuilder instances.FlowspecIpv6RoutesBuilder| Constructor and Description |
|---|
FlowspecIpv6RoutesBuilder() |
FlowspecIpv6RoutesBuilder(FlowspecIpv6Route arg) |
FlowspecIpv6RoutesBuilder(FlowspecIpv6Routes base) |
| Modifier and Type | Method and Description |
|---|---|
FlowspecIpv6RoutesBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> |
augmentation(Class<E> augmentationType) |
FlowspecIpv6Routes |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
List<FlowspecRoute> |
getFlowspecRoute() |
FlowspecIpv6RoutesBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> augmentationType) |
FlowspecIpv6RoutesBuilder |
setFlowspecRoute(List<FlowspecRoute> values) |
public FlowspecIpv6RoutesBuilder()
public FlowspecIpv6RoutesBuilder(FlowspecIpv6Route arg)
public FlowspecIpv6RoutesBuilder(FlowspecIpv6Routes base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic List<FlowspecRoute> getFlowspecRoute()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> E augmentation(Class<E> augmentationType)
public FlowspecIpv6RoutesBuilder setFlowspecRoute(List<FlowspecRoute> values)
public FlowspecIpv6RoutesBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes> augmentationValue)
public FlowspecIpv6RoutesBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecIpv6Routes>> augmentationType)
public FlowspecIpv6Routes build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<FlowspecIpv6Routes,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.