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