public class ReplicasBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Replicas>
Replicas instances.Replicas| Constructor and Description |
|---|
ReplicasBuilder() |
ReplicasBuilder(Replicas base) |
| Modifier and Type | Method and Description |
|---|---|
ReplicasBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Replicas> augmentationValue) |
Replicas |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> |
getAugmentation(Class<E> augmentationType) |
List<String> |
getReplica() |
ReplicasBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> augmentationType) |
ReplicasBuilder |
setReplica(List<String> value) |
public ReplicasBuilder()
public ReplicasBuilder(Replicas base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> E getAugmentation(Class<E> augmentationType)
public ReplicasBuilder setReplica(List<String> value)
public ReplicasBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Replicas> augmentationValue)
public ReplicasBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Replicas>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.