public class AddReplicasForAllShardsOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<AddReplicasForAllShardsOutput>
AddReplicasForAllShardsOutputBuilder instances.AddReplicasForAllShardsOutputBuilder| Constructor and Description |
|---|
AddReplicasForAllShardsOutputBuilder() |
AddReplicasForAllShardsOutputBuilder(AddReplicasForAllShardsOutput base) |
AddReplicasForAllShardsOutputBuilder(ShardResultOutput arg) |
| Modifier and Type | Method and Description |
|---|---|
AddReplicasForAllShardsOutputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput> augmentationValue) |
<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> |
augmentation(Class<E$$> augmentationType) |
AddReplicasForAllShardsOutput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
List<ShardResult> |
getShardResult() |
AddReplicasForAllShardsOutputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> augmentationType) |
AddReplicasForAllShardsOutputBuilder |
setShardResult(List<ShardResult> values) |
public AddReplicasForAllShardsOutputBuilder()
public AddReplicasForAllShardsOutputBuilder(ShardResultOutput arg)
public AddReplicasForAllShardsOutputBuilder(AddReplicasForAllShardsOutput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic List<ShardResult> getShardResult()
public <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> E$$ augmentation(Class<E$$> augmentationType)
public AddReplicasForAllShardsOutputBuilder setShardResult(List<ShardResult> values)
public AddReplicasForAllShardsOutputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput> augmentationValue)
public AddReplicasForAllShardsOutputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddReplicasForAllShardsOutput>> augmentationType)
public AddReplicasForAllShardsOutput build()
build in interface org.opendaylight.yangtools.concepts.CheckedBuilder<AddReplicasForAllShardsOutput,IllegalArgumentException>Copyright © 2019 OpenDaylight. All rights reserved.