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