Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type.Entity
-
-
Uses of Entity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners that return types with arguments of type Entity Modifier and Type Method Description @Nullable Map<EntityKey,Entity>EntityType. getEntity()Map<EntityKey,Entity>EntityTypeBuilder. getEntity()default @NonNull Map<EntityKey,Entity>EntityType. nonnullEntity()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners with type arguments of type Entity Modifier and Type Method Description EntityTypeBuilderEntityTypeBuilder. setEntity(List<Entity> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setEntity(Map)} instead.EntityTypeBuilderEntityTypeBuilder. setEntity(Map<EntityKey,Entity> values) -
Uses of Entity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type with type parameters of type Entity Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>>
E$$EntityBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type that return Entity Modifier and Type Method Description EntityEntityBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type that return types with arguments of type Entity Modifier and Type Method Description default Class<Entity>Entity. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type with type arguments of type Entity Modifier and Type Method Description EntityBuilderEntityBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherEntityBuilder.addAugmentation(Augmentation)orEntityBuilder.removeAugmentation(Class)instead.EntityBuilderEntityBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherEntityBuilder.addAugmentation(Augmentation)orEntityBuilder.removeAugmentation(Class)instead.EntityBuilderEntityBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Entity> augmentation)Add an augmentation to this builder's product.EntityBuilderEntityBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entity>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.entity.type with parameters of type Entity Constructor Description EntityBuilder(Entity base)
-