public class FlowspecL3vpnRouteBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowspecL3vpnRoute>
FlowspecL3vpnRoute instances.FlowspecL3vpnRoute| Constructor and Description |
|---|
FlowspecL3vpnRouteBuilder() |
FlowspecL3vpnRouteBuilder(FlowspecDestination arg) |
FlowspecL3vpnRouteBuilder(FlowspecIpv6RouteList arg) |
FlowspecL3vpnRouteBuilder(FlowspecL3vpnRd arg) |
FlowspecL3vpnRouteBuilder(FlowspecL3vpnRoute base) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathAttributes arg) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathIdGrouping arg) |
| Modifier and Type | Method and Description |
|---|---|
FlowspecL3vpnRouteBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute> augmentationValue) |
FlowspecL3vpnRoute |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.Attributes |
getAttributes() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> |
getAugmentation(Class<E> augmentationType) |
List<Flowspec> |
getFlowspec() |
FlowspecL3vpnRouteKey |
getKey() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId |
getPathId() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher |
getRouteDistinguisher() |
String |
getRouteKey() |
FlowspecL3vpnRouteBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> augmentationType) |
FlowspecL3vpnRouteBuilder |
setAttributes(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.Attributes value) |
FlowspecL3vpnRouteBuilder |
setFlowspec(List<Flowspec> value) |
FlowspecL3vpnRouteBuilder |
setKey(FlowspecL3vpnRouteKey value) |
FlowspecL3vpnRouteBuilder |
setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId value) |
FlowspecL3vpnRouteBuilder |
setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher value) |
FlowspecL3vpnRouteBuilder |
setRouteKey(String value) |
public FlowspecL3vpnRouteBuilder()
public FlowspecL3vpnRouteBuilder(FlowspecL3vpnRd arg)
public FlowspecL3vpnRouteBuilder(FlowspecIpv6RouteList arg)
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathAttributes arg)
public FlowspecL3vpnRouteBuilder(FlowspecDestination arg)
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathIdGrouping arg)
public FlowspecL3vpnRouteBuilder(FlowspecL3vpnRoute base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.Attributes getAttributes()
public FlowspecL3vpnRouteKey getKey()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId getPathId()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher getRouteDistinguisher()
public String getRouteKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> E getAugmentation(Class<E> augmentationType)
public FlowspecL3vpnRouteBuilder setAttributes(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.path.attributes.Attributes value)
public FlowspecL3vpnRouteBuilder setFlowspec(List<Flowspec> value)
public FlowspecL3vpnRouteBuilder setKey(FlowspecL3vpnRouteKey value)
public FlowspecL3vpnRouteBuilder setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId value)
public FlowspecL3vpnRouteBuilder setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher value)
public FlowspecL3vpnRouteBuilder setRouteKey(String value)
public FlowspecL3vpnRouteBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute> augmentationValue)
public FlowspecL3vpnRouteBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> augmentationType)
public FlowspecL3vpnRoute build()
build in interface org.opendaylight.yangtools.concepts.Builder<FlowspecL3vpnRoute>Copyright © 2017 OpenDaylight. All rights reserved.