Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.LinkCaseBuilder
Packages that use LinkCaseBuilder
Package
Description
-
Uses of LinkCaseBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type that return LinkCaseBuilderModifier and TypeMethodDescriptionLinkCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LinkCase> augmentation) Add an augmentation to this builder's product.LinkCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LinkCase>> augmentationType) Remove an augmentation from this builder's product.LinkCaseBuilder.setLinkDescriptors
(LinkDescriptors value) Set the property corresponding toLinkCase.getLinkDescriptors()
to the specified value.LinkCaseBuilder.setLocalNodeDescriptors
(LocalNodeDescriptors value) Set the property corresponding toLinkCase.getLocalNodeDescriptors()
to the specified value.LinkCaseBuilder.setRemoteNodeDescriptors
(RemoteNodeDescriptors value) Set the property corresponding toLinkCase.getRemoteNodeDescriptors()
to the specified value.