Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.GetConstrainedPathOutput
Packages that use GetConstrainedPathOutput
Package
Description
-
Uses of GetConstrainedPathOutput in org.opendaylight.algo.impl
Methods in org.opendaylight.algo.impl that return types with arguments of type GetConstrainedPathOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetConstrainedPathOutput>> PathComputationServer.invoke
(GetConstrainedPathInput input) -
Uses of GetConstrainedPathOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type parameters of type GetConstrainedPathOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathOutput>>
E$$GetConstrainedPathOutputBuilder.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.path.computation.rev220324 that return GetConstrainedPathOutputModifier and TypeMethodDescription@NonNull GetConstrainedPathOutput
GetConstrainedPathOutputBuilder.build()
A newGetConstrainedPathOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return types with arguments of type GetConstrainedPathOutputModifier and TypeMethodDescriptiondefault Class
<GetConstrainedPathOutput> GetConstrainedPathOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetConstrainedPathOutput>> GetConstrainedPath.invoke
(GetConstrainedPathInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type GetConstrainedPathOutputModifier and TypeMethodDescriptionstatic boolean
GetConstrainedPathOutput.bindingEquals
(@NonNull GetConstrainedPathOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetConstrainedPathOutput.bindingHashCode
(@NonNull GetConstrainedPathOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetConstrainedPathOutput.bindingToString
(@NonNull GetConstrainedPathOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type arguments of type GetConstrainedPathOutputModifier and TypeMethodDescriptionGetConstrainedPathOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathOutput> augmentation) Add an augmentation to this builder's product.GetConstrainedPathOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type GetConstrainedPathOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetConstrainedPathOutput
.