Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109.SubmitAddLspInput
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
-
Uses of SubmitAddLspInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspInput>>
E$$SubmitAddLspInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SubmitAddLspInput
SubmitAddLspInputBuilder.build()
A newSubmitAddLspInput
instance.Modifier and TypeMethodDescriptiondefault Class
<SubmitAddLspInput> SubmitAddLspInput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
SubmitAddLspInput.bindingEquals
(@NonNull SubmitAddLspInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SubmitAddLspInput.bindingHashCode
(@NonNull SubmitAddLspInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SubmitAddLspInput.bindingToString
(@NonNull SubmitAddLspInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<SubmitAddLspOutput>> SubmitAddLsp.invoke
(SubmitAddLspInput input) Modifier and TypeMethodDescriptionSubmitAddLspInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspInput> augmentation) Add an augmentation to this builder's product.SubmitAddLspInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SubmitAddLspInput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubmitAddLspInput
.