Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev.get.entities.output.EntitiesBuilder
Packages that use EntitiesBuilder
Package
Description
-
Uses of EntitiesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev.get.entities.output
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.entity.owners.norev.get.entities.output that return EntitiesBuilderModifier and TypeMethodDescriptionEntitiesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Entities> augmentation) Add an augmentation to this builder's product.EntitiesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Entities>> augmentationType) Remove an augmentation from this builder's product.EntitiesBuilder.setCandidateNodes(List<NodeName> values) Set the property corresponding toCandidates.getCandidateNodes()to the specified value.EntitiesBuilder.setName(EntityName value) Set the property corresponding toEntityId.getName()to the specified value.EntitiesBuilder.setOwnerNode(NodeName value) Set the property corresponding toOwner.getOwnerNode()to the specified value.EntitiesBuilder.setType(EntityType value) Set the property corresponding toEntityId.getType()to the specified value.EntitiesBuilder.withKey(EntitiesKey key) Set the key value corresponding toEntities.key()to the specified value.