Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.entity.owners.EntityType
-
-
Uses of EntityType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804 that return types with arguments of type EntityType Modifier and Type Method Description @Nullable Map<EntityTypeKey,EntityType>EntityOwners. getEntityType()Map<EntityTypeKey,EntityType>EntityOwnersBuilder. getEntityType()default @NonNull Map<EntityTypeKey,EntityType>EntityOwners. nonnullEntityType()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804 with type arguments of type EntityType Modifier and Type Method Description EntityOwnersBuilderEntityOwnersBuilder. setEntityType(List<EntityType> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setEntityType(Map)} instead.EntityOwnersBuilderEntityOwnersBuilder. setEntityType(Map<EntityTypeKey,EntityType> values) -
Uses of EntityType 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 with type parameters of type EntityType Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>>
E$$EntityTypeBuilder. 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 that return EntityType Modifier and Type Method Description EntityTypeEntityTypeBuilder. build()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 EntityType Modifier and Type Method Description default Class<EntityType>EntityType. implementedInterface()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 EntityType Modifier and Type Method Description EntityTypeBuilderEntityTypeBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<EntityType> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherEntityTypeBuilder.addAugmentation(Augmentation)orEntityTypeBuilder.removeAugmentation(Class)instead.EntityTypeBuilderEntityTypeBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<EntityType> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherEntityTypeBuilder.addAugmentation(Augmentation)orEntityTypeBuilder.removeAugmentation(Class)instead.EntityTypeBuilderEntityTypeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<EntityType> augmentation)Add an augmentation to this builder's product.EntityTypeBuilderEntityTypeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EntityType>> 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 with parameters of type EntityType Constructor Description EntityTypeBuilder(EntityType base)
-