public class NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase>
NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder instances. Overall design of the class is that of a
fluent interface, where method chaining is used.
In general, this class is supposed to be used like this template:
NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder createTarget(int fooXyzzy, int barBaz) {
return new NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilderBuilder()
.setFoo(new FooBuilder().setXyzzy(fooXyzzy).build())
.setBar(new BarBuilder().setBaz(barBaz).build())
.build();
}
This pattern is supported by the immutable nature of NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder, as instances can be freely passed around without worrying about synchronization issues.
As a side note: method chaining results in:
build(), which is then returned from the methodNxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder,
Builderpublic NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder()
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder(NxActionOutputRegGrouping arg)
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder(NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NxOutputReg getNxOutputReg()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase>> E$$ augmentation(Class<E$$> augmentationType)
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder setNxOutputReg(NxOutputReg value)
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase> augmentationValue)
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase>> augmentationType)
public NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NxActionOutputRegNotifFlowsStatisticsUpdateApplyActionsCase,IllegalArgumentException>Copyright © 2020 OpenDaylight. All rights reserved.