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