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