public class DestinationFlowspecL3vpnIpv4Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<DestinationFlowspecL3vpnIpv4>
DestinationFlowspecL3vpnIpv4Builder instances.DestinationFlowspecL3vpnIpv4Builder| Constructor and Description |
|---|
DestinationFlowspecL3vpnIpv4Builder() |
DestinationFlowspecL3vpnIpv4Builder(DestinationFlowspecL3vpnIpv4 base) |
DestinationFlowspecL3vpnIpv4Builder(FlowspecDestination arg) |
DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathIdGrouping arg) |
DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisherGrouping 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) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> |
augmentation(Class<E> augmentationType) |
DestinationFlowspecL3vpnIpv4 |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
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() |
DestinationFlowspecL3vpnIpv4Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> augmentationType) |
DestinationFlowspecL3vpnIpv4Builder |
setFlowspec(List<Flowspec> values) |
DestinationFlowspecL3vpnIpv4Builder |
setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId value) |
DestinationFlowspecL3vpnIpv4Builder |
setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisher value) |
public DestinationFlowspecL3vpnIpv4Builder()
public DestinationFlowspecL3vpnIpv4Builder(FlowspecDestination arg)
public DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisherGrouping arg)
public DestinationFlowspecL3vpnIpv4Builder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.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.rev180329.PathId getPathId()
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.RouteDistinguisher getRouteDistinguisher()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecL3vpnIpv4>> E augmentation(Class<E> augmentationType)
public DestinationFlowspecL3vpnIpv4Builder setFlowspec(List<Flowspec> values)
public DestinationFlowspecL3vpnIpv4Builder setPathId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.PathId value)
public DestinationFlowspecL3vpnIpv4Builder setRouteDistinguisher(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.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.CheckedBuilder<DestinationFlowspecL3vpnIpv4,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.