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