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