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