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