Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.GetConstrainedPathInput
Packages that use GetConstrainedPathInput
Package
Description
-
Uses of GetConstrainedPathInput 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 GetConstrainedPathInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetConstrainedPathInput>>
E$$GetConstrainedPathInputBuilder.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 GetConstrainedPathInputModifier and TypeMethodDescription@NonNull GetConstrainedPathInput
GetConstrainedPathInputBuilder.build()
A newGetConstrainedPathInput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return types with arguments of type GetConstrainedPathInputModifier and TypeMethodDescriptiondefault Class<GetConstrainedPathInput>
GetConstrainedPathInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type GetConstrainedPathInputModifier 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>>
PathComputationService.getConstrainedPath
(GetConstrainedPathInput input) Invokeget-constrained-path
RPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type arguments of type GetConstrainedPathInputModifier and TypeMethodDescriptionGetConstrainedPathInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetConstrainedPathInput> augmentation) Add an augmentation to this builder's product.GetConstrainedPathInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetConstrainedPathInput>> 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 GetConstrainedPathInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetConstrainedPathInput
.