Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.AddLspInput
Packages that use AddLspInput
Package
Description
-
Uses of AddLspInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with type parameters of type AddLspInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AddLspInput>>
E$$AddLspInputBuilder.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.pcep.rev220730 that return AddLspInputModifier and TypeMethodDescription@NonNull AddLspInputAddLspInputBuilder.build()A newAddLspInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return types with arguments of type AddLspInputMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type AddLspInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddLspOutput>>NetworkTopologyPcepService.addLsp(AddLspInput input) Invokeadd-lspRPC.static booleanAddLspInput.bindingEquals(@NonNull AddLspInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAddLspInput.bindingHashCode(@NonNull AddLspInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringAddLspInput.bindingToString(@NonNull AddLspInput obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with type arguments of type AddLspInputModifier and TypeMethodDescriptionAddLspInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AddLspInput> augmentation) Add an augmentation to this builder's product.AddLspInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddLspInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type AddLspInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAddLspInput.