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