Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology.Paths
Packages that use Paths
Package
Description
-
Uses of Paths in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819 that return types with arguments of type PathsModifier and TypeMethodDescriptionTopology1.getPaths()Return paths, ornullif it is not present.Topology1Builder.getPaths()Return current value associated with the property corresponding toTopology1.getPaths().Topology1.nonnullPaths()Return paths, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819 with type arguments of type PathsModifier and TypeMethodDescriptionSet the property corresponding toTopology1.getPaths()to the specified value. -
Uses of Paths in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology with type parameters of type PathsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Paths>>
E$$PathsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology that return PathsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology that return types with arguments of type PathsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology with parameters of type PathsModifier and TypeMethodDescriptionstatic booleanPaths.bindingEquals(@NonNull Paths thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPaths.bindingHashCode(@NonNull Paths obj) Default implementation ofObject.hashCode()contract for this interface.static StringPaths.bindingToString(@NonNull Paths obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology with type arguments of type PathsModifier and TypeMethodDescriptionPathsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Paths> augmentation) Add an augmentation to this builder's product.PathsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Paths>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology with parameters of type PathsModifierConstructorDescriptionPathsBuilder(Paths base) Construct a builder initialized with state from specifiedPaths.