public class NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase>
NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder 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:
NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder createTarget(int fooXyzzy, int barBaz) {
return new NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilderBuilder()
.setFoo(new FooBuilder().setXyzzy(fooXyzzy).build())
.setBar(new BarBuilder().setBaz(barBaz).build())
.build();
}
This pattern is supported by the immutable nature of NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder, 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 methodNxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder,
Builderpublic NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder()
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder(NxActionCtClearGrouping arg)
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder(NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase 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<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase>> E$$ augmentation(Class<E$$> augmentationType)
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder setNxCtClear(NxCtClear value)
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase> augmentationValue)
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase>> augmentationType)
public NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<NxActionCtClearNotifDirectStatisticsUpdateApplyActionsCase,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.