public class NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase>
NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder 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:
NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder createTarget(int fooXyzzy, int barBaz) {
return new NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilderBuilder()
.setFoo(new FooBuilder().setXyzzy(fooXyzzy).build())
.setBar(new BarBuilder().setBaz(barBaz).build())
.build();
}
This pattern is supported by the immutable nature of NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder, 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 methodNxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder,
Builderpublic NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder()
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder(NxActionRegLoadGrouping arg)
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder(NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NxRegLoad getNxRegLoad()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase>> E$$ augmentation(Class<E$$> augmentationType)
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder setNxRegLoad(NxRegLoad value)
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase> augmentationValue)
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase>> augmentationType)
public NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.