public class NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxActionOutputRegNodesNodeTableFlowWriteActionsCase>
NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder 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:
NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder createTarget(int fooXyzzy, int barBaz) {
return new NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilderBuilder()
.setFoo(new FooBuilder().setXyzzy(fooXyzzy).build())
.setBar(new BarBuilder().setBaz(barBaz).build())
.build();
}
This pattern is supported by the immutable nature of NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder, 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 methodNxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder,
Builderpublic NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder()
public NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder(NxActionOutputRegGrouping arg)
public NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder(NxActionOutputRegNodesNodeTableFlowWriteActionsCase 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<NxActionOutputRegNodesNodeTableFlowWriteActionsCase>> E$$ augmentation(Class<E$$> augmentationType)
public NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder setNxOutputReg(NxOutputReg value)
public NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNodesNodeTableFlowWriteActionsCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNodesNodeTableFlowWriteActionsCase> augmentationValue)
public NxActionOutputRegNodesNodeTableFlowWriteActionsCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionOutputRegNodesNodeTableFlowWriteActionsCase>> augmentationType)
public NxActionOutputRegNodesNodeTableFlowWriteActionsCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NxActionOutputRegNodesNodeTableFlowWriteActionsCase,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.