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