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