Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.RemoveLspInput
-
Packages that use RemoveLspInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 -
-
Uses of RemoveLspInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with type parameters of type RemoveLspInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveLspInput>>
E$$RemoveLspInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return RemoveLspInput Modifier and Type Method Description RemoveLspInputRemoveLspInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return types with arguments of type RemoveLspInput Modifier and Type Method Description default Class<RemoveLspInput>RemoveLspInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type RemoveLspInput Modifier and Type Method Description static booleanRemoveLspInput. bindingEquals(@NonNull RemoveLspInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRemoveLspInput. bindingHashCode(@NonNull RemoveLspInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringRemoveLspInput. bindingToString(@NonNull RemoveLspInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RemoveLspOutput>>NetworkTopologyPcepService. removeLsp(RemoveLspInput input)Invokeremove-lspRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with type arguments of type RemoveLspInput Modifier and Type Method Description RemoveLspInputBuilderRemoveLspInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<RemoveLspInput> augmentation)Add an augmentation to this builder's product.RemoveLspInputBuilderRemoveLspInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RemoveLspInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type RemoveLspInput Constructor Description RemoveLspInputBuilder(RemoveLspInput base)
-