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