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