Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109.SubmitAddLspOutput
Packages that use SubmitAddLspOutput
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
-
Uses of SubmitAddLspOutput 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 SubmitAddLspOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspOutput>>
E$$SubmitAddLspOutputBuilder.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 SubmitAddLspOutputModifier and TypeMethodDescription@NonNull SubmitAddLspOutput
SubmitAddLspOutputBuilder.build()
A newSubmitAddLspOutput
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 SubmitAddLspOutputModifier and TypeMethodDescriptiondefault Class
<SubmitAddLspOutput> SubmitAddLspOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<SubmitAddLspOutput>> SubmitAddLsp.invoke
(SubmitAddLspInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type SubmitAddLspOutputModifier and TypeMethodDescriptionstatic boolean
SubmitAddLspOutput.bindingEquals
(@NonNull SubmitAddLspOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SubmitAddLspOutput.bindingHashCode
(@NonNull SubmitAddLspOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SubmitAddLspOutput.bindingToString
(@NonNull SubmitAddLspOutput 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 SubmitAddLspOutputModifier and TypeMethodDescriptionSubmitAddLspOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspOutput> augmentation) Add an augmentation to this builder's product.SubmitAddLspOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspOutput>> 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 SubmitAddLspOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubmitAddLspOutput
.