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