Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions.PathDescriptionBuilder
Package
Description
-
Uses of PathDescriptionBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions
Modifier and TypeMethodDescriptionPathDescriptionBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PathDescription> augmentation) Add an augmentation to this builder's product.PathDescriptionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathDescription>> augmentationType) Remove an augmentation from this builder's product.PathDescriptionBuilder.setIpv4
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toPathDescription.getIpv4()
to the specified value.PathDescriptionBuilder.setIpv6
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toPathDescription.getIpv6()
to the specified value.PathDescriptionBuilder.setRemoteIpv4
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address value) Set the property corresponding toPathDescription.getRemoteIpv4()
to the specified value.PathDescriptionBuilder.setRemoteIpv6
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address value) Set the property corresponding toPathDescription.getRemoteIpv6()
to the specified value.PathDescriptionBuilder.setSid
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPathDescription.getSid()
to the specified value.