Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109.SubmitRemoveLspOutput
Packages that use SubmitRemoveLspOutput
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
-
Uses of SubmitRemoveLspOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with type parameters of type SubmitRemoveLspOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SubmitRemoveLspOutput>>
E$$SubmitRemoveLspOutputBuilder.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.programming.rev181109 that return SubmitRemoveLspOutputModifier and TypeMethodDescription@NonNull SubmitRemoveLspOutput
SubmitRemoveLspOutputBuilder.build()
A newSubmitRemoveLspOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 that return types with arguments of type SubmitRemoveLspOutputModifier and TypeMethodDescriptiondefault Class<SubmitRemoveLspOutput>
SubmitRemoveLspOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitRemoveLspOutput>>
NetworkTopologyPcepProgrammingService.submitRemoveLsp
(SubmitRemoveLspInput input) Invokesubmit-remove-lsp
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type SubmitRemoveLspOutputModifier and TypeMethodDescriptionstatic boolean
SubmitRemoveLspOutput.bindingEquals
(@NonNull SubmitRemoveLspOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SubmitRemoveLspOutput.bindingHashCode
(@NonNull SubmitRemoveLspOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SubmitRemoveLspOutput.bindingToString
(@NonNull SubmitRemoveLspOutput 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.programming.rev181109 with type arguments of type SubmitRemoveLspOutputModifier and TypeMethodDescriptionSubmitRemoveLspOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SubmitRemoveLspOutput> augmentation) Add an augmentation to this builder's product.SubmitRemoveLspOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SubmitRemoveLspOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type SubmitRemoveLspOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubmitRemoveLspOutput
.