public class DestinationFlowspecCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DestinationFlowspecCase>
DestinationFlowspecCaseBuilder instances.DestinationFlowspecCaseBuilder| Constructor and Description |
|---|
DestinationFlowspecCaseBuilder() |
DestinationFlowspecCaseBuilder(DestinationFlowspecCase base) |
DestinationFlowspecCaseBuilder(FlowspecDestinationIpv4 arg) |
| Modifier and Type | Method and Description |
|---|---|
DestinationFlowspecCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> |
augmentation(Class<E> augmentationType) |
DestinationFlowspecCase |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
DestinationFlowspecIpv4 |
getDestinationFlowspecIpv4() |
DestinationFlowspecCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> augmentationType) |
DestinationFlowspecCaseBuilder |
setDestinationFlowspecIpv4(DestinationFlowspecIpv4 value) |
public DestinationFlowspecCaseBuilder()
public DestinationFlowspecCaseBuilder(FlowspecDestinationIpv4 arg)
public DestinationFlowspecCaseBuilder(DestinationFlowspecCase base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic DestinationFlowspecIpv4 getDestinationFlowspecIpv4()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> E augmentation(Class<E> augmentationType)
public DestinationFlowspecCaseBuilder setDestinationFlowspecIpv4(DestinationFlowspecIpv4 value)
public DestinationFlowspecCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase> augmentationValue)
public DestinationFlowspecCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationFlowspecCase>> augmentationType)
public DestinationFlowspecCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<DestinationFlowspecCase,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.