public class RoutedRpcBenchInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<RoutedRpcBenchInput>
RoutedRpcBenchInputBuilder
instances.RoutedRpcBenchInputBuilder
Constructor and Description |
---|
RoutedRpcBenchInputBuilder() |
RoutedRpcBenchInputBuilder(Payload arg) |
RoutedRpcBenchInputBuilder(RoutedRpcBenchInput base) |
Modifier and Type | Method and Description |
---|---|
RoutedRpcBenchInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput> augmentationValue) |
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> |
augmentation(Class<E$$> augmentationType) |
RoutedRpcBenchInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getNode() |
List<Payload> |
getPayload() |
RoutedRpcBenchInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> augmentationType) |
RoutedRpcBenchInputBuilder |
setNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
RoutedRpcBenchInputBuilder |
setPayload(List<Payload> values) |
public RoutedRpcBenchInputBuilder()
public RoutedRpcBenchInputBuilder(Payload arg)
public RoutedRpcBenchInputBuilder(RoutedRpcBenchInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getNode()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> E$$ augmentation(Class<E$$> augmentationType)
public RoutedRpcBenchInputBuilder setNode(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public RoutedRpcBenchInputBuilder setPayload(List<Payload> values)
public RoutedRpcBenchInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput> augmentationValue)
public RoutedRpcBenchInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RoutedRpcBenchInput>> augmentationType)
public RoutedRpcBenchInput build()
build
in interface org.opendaylight.yangtools.concepts.Builder<RoutedRpcBenchInput>
Copyright © 2019 OpenDaylight. All rights reserved.