public class FlowspecL3vpnRouteBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<FlowspecL3vpnRoute>
FlowspecL3vpnRouteBuilder instances.FlowspecL3vpnRouteBuilder| Constructor and Description |
|---|
FlowspecL3vpnRouteBuilder() |
FlowspecL3vpnRouteBuilder(FlowspecDestination arg) |
FlowspecL3vpnRouteBuilder(FlowspecL3vpnRoute base) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathAttributes arg) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathIdGrouping arg) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.Route arg) |
FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisherGrouping 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) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> |
augmentation(Class<E> augmentationType) |
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.rev180329.path.attributes.Attributes |
getAttributes() |
List<Flowspec> |
getFlowspec() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId |
getPathId() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisher |
getRouteDistinguisher() |
String |
getRouteKey() |
FlowspecL3vpnRouteKey |
key() |
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.rev180329.path.attributes.Attributes value) |
FlowspecL3vpnRouteBuilder |
setFlowspec(List<Flowspec> values) |
FlowspecL3vpnRouteBuilder |
setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId value) |
FlowspecL3vpnRouteBuilder |
setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisher value) |
FlowspecL3vpnRouteBuilder |
setRouteKey(String value) |
FlowspecL3vpnRouteBuilder |
withKey(FlowspecL3vpnRouteKey key) |
public FlowspecL3vpnRouteBuilder()
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisherGrouping arg)
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.Route arg)
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathIdGrouping arg)
public FlowspecL3vpnRouteBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathAttributes arg)
public FlowspecL3vpnRouteBuilder(FlowspecDestination 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 FlowspecL3vpnRouteKey key()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.Attributes getAttributes()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId getPathId()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisher getRouteDistinguisher()
public String getRouteKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<FlowspecL3vpnRoute>> E augmentation(Class<E> augmentationType)
public FlowspecL3vpnRouteBuilder withKey(FlowspecL3vpnRouteKey key)
public FlowspecL3vpnRouteBuilder setAttributes(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.Attributes value)
public FlowspecL3vpnRouteBuilder setFlowspec(List<Flowspec> values)
public FlowspecL3vpnRouteBuilder setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId value)
public FlowspecL3vpnRouteBuilder setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.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.CheckedBuilder<FlowspecL3vpnRoute,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.