public class PrefixShardsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PrefixShards>
PrefixShards instances.PrefixShards| Constructor and Description |
|---|
PrefixShardsBuilder() |
PrefixShardsBuilder(PrefixShards base) |
| Modifier and Type | Method and Description |
|---|---|
PrefixShardsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards> augmentationValue) |
PrefixShards |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> |
getAugmentation(Class<E> augmentationType) |
List<Shard> |
getShard() |
PrefixShardsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> augmentationType) |
PrefixShardsBuilder |
setShard(List<Shard> value) |
public PrefixShardsBuilder()
public PrefixShardsBuilder(PrefixShards base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> E getAugmentation(Class<E> augmentationType)
public PrefixShardsBuilder setShard(List<Shard> value)
public PrefixShardsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards> augmentationValue)
public PrefixShardsBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PrefixShards>> augmentationType)
public PrefixShards build()
build in interface org.opendaylight.yangtools.concepts.Builder<PrefixShards>Copyright © 2018 OpenDaylight. All rights reserved.