public class DestinationFlowspecL3vpnIpv4Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<DestinationFlowspecL3vpnIpv4>
DestinationFlowspecL3vpnIpv4 instances.DestinationFlowspecL3vpnIpv4| Constructor and Description |
|---|
DestinationFlowspecL3vpnIpv4Builder() |
DestinationFlowspecL3vpnIpv4Builder(DestinationFlowspecL3vpnIpv4 base) |
DestinationFlowspecL3vpnIpv4Builder(FlowspecDestination arg) |
DestinationFlowspecL3vpnIpv4Builder(FlowspecL3vpnRd arg) |
DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathIdGrouping arg) |
| Modifier and Type | Method and Description |
|---|---|
DestinationFlowspecL3vpnIpv4Builder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4> augmentationValue) |
DestinationFlowspecL3vpnIpv4 |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> |
getAugmentation(Class<E> augmentationType) |
List<Flowspec> |
getFlowspec() |
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() |
DestinationFlowspecL3vpnIpv4Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> augmentationType) |
DestinationFlowspecL3vpnIpv4Builder |
setFlowspec(List<Flowspec> value) |
DestinationFlowspecL3vpnIpv4Builder |
setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId value) |
DestinationFlowspecL3vpnIpv4Builder |
setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher value) |
public DestinationFlowspecL3vpnIpv4Builder()
public DestinationFlowspecL3vpnIpv4Builder(FlowspecL3vpnRd arg)
public DestinationFlowspecL3vpnIpv4Builder(FlowspecDestination arg)
public DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathIdGrouping arg)
public DestinationFlowspecL3vpnIpv4Builder(DestinationFlowspecL3vpnIpv4 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.PathId getPathId()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher getRouteDistinguisher()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> E getAugmentation(Class<E> augmentationType)
public DestinationFlowspecL3vpnIpv4Builder setFlowspec(List<Flowspec> value)
public DestinationFlowspecL3vpnIpv4Builder setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.PathId value)
public DestinationFlowspecL3vpnIpv4Builder setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteDistinguisher value)
public DestinationFlowspecL3vpnIpv4Builder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4> augmentationValue)
public DestinationFlowspecL3vpnIpv4Builder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> augmentationType)
public DestinationFlowspecL3vpnIpv4 build()
build in interface org.opendaylight.yangtools.concepts.Builder<DestinationFlowspecL3vpnIpv4>Copyright © 2017 OpenDaylight. All rights reserved.