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