public class EntityTypeBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<EntityType>
EntityType instances.EntityType| Constructor and Description |
|---|
EntityTypeBuilder() |
EntityTypeBuilder(EntityType base) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<EntityType> augmentationValue) |
EntityType |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> |
getAugmentation(Class<E> augmentationType) |
List<Entity> |
getEntity() |
EntityTypeKey |
getKey() |
String |
getType() |
EntityTypeBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType) |
EntityTypeBuilder |
setEntity(List<Entity> value) |
EntityTypeBuilder |
setKey(EntityTypeKey value) |
EntityTypeBuilder |
setType(String value) |
public EntityTypeBuilder()
public EntityTypeBuilder(EntityType base)
public EntityTypeKey getKey()
public String getType()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> E getAugmentation(Class<E> augmentationType)
public EntityTypeBuilder setEntity(List<Entity> value)
public EntityTypeBuilder setKey(EntityTypeKey value)
public EntityTypeBuilder setType(String value)
public EntityTypeBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<EntityType> augmentationValue)
public EntityTypeBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType)
public EntityType build()
build in interface org.opendaylight.yangtools.concepts.Builder<EntityType>Copyright © 2018 OpenDaylight. All rights reserved.