| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
EntityTypeBuilder.getEntity() |
List<Entity> |
EntityType.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeBuilder |
EntityTypeBuilder.setEntity(List<Entity> value) |
| Modifier and Type | Method and Description |
|---|---|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> |
EntityBuilder.getAugmentation(Class<E> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
EntityBuilder |
EntityBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue) |
EntityBuilder |
EntityBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue) |
EntityBuilder |
EntityBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType) |
| Constructor and Description |
|---|
EntityBuilder(Entity base) |
Copyright © 2018 OpenDaylight. All rights reserved.