public class EntityBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Entity>
Entity instances.Entity| Constructor and Description |
|---|
EntityBuilder() |
EntityBuilder(Entity base) |
| Modifier and Type | Method and Description |
|---|---|
EntityBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue) |
Entity |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> |
getAugmentation(Class<E> augmentationType) |
List<Candidate> |
getCandidate() |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getId() |
EntityKey |
getKey() |
String |
getOwner() |
EntityBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType) |
EntityBuilder |
setCandidate(List<Candidate> value) |
EntityBuilder |
setId(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
EntityBuilder |
setKey(EntityKey value) |
EntityBuilder |
setOwner(String value) |
public EntityBuilder()
public EntityBuilder(Entity base)
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getId()
public EntityKey getKey()
public String getOwner()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> E getAugmentation(Class<E> augmentationType)
public EntityBuilder setCandidate(List<Candidate> value)
public EntityBuilder setId(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public EntityBuilder setKey(EntityKey value)
public EntityBuilder setOwner(String value)
public EntityBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue)
public EntityBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.