Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.GetConstrainedPathInput
Package
Description
-
Uses of GetConstrainedPathInput in org.opendaylight.algo.impl
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetConstrainedPathOutput>> PathComputationServer.invoke
(GetConstrainedPathInput input) -
Uses of GetConstrainedPathInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathInput>>
E$$GetConstrainedPathInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull GetConstrainedPathInput
GetConstrainedPathInputBuilder.build()
A newGetConstrainedPathInput
instance.Modifier and TypeMethodDescriptiondefault Class
<GetConstrainedPathInput> GetConstrainedPathInput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
GetConstrainedPathInput.bindingEquals
(@NonNull GetConstrainedPathInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetConstrainedPathInput.bindingHashCode
(@NonNull GetConstrainedPathInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetConstrainedPathInput.bindingToString
(@NonNull GetConstrainedPathInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetConstrainedPathOutput>> GetConstrainedPath.invoke
(GetConstrainedPathInput input) Modifier and TypeMethodDescriptionGetConstrainedPathInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathInput> augmentation) Add an augmentation to this builder's product.GetConstrainedPathInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GetConstrainedPathInput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetConstrainedPathInput
.