Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.TriggerSyncInput
Packages that use TriggerSyncInput
Package
Description
-
Uses of TriggerSyncInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with type parameters of type TriggerSyncInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TriggerSyncInput>>
E$$TriggerSyncInputBuilder.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.rev220730 that return TriggerSyncInputModifier and TypeMethodDescription@NonNull TriggerSyncInputTriggerSyncInputBuilder.build()A newTriggerSyncInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return types with arguments of type TriggerSyncInputModifier and TypeMethodDescriptiondefault Class<TriggerSyncInput>TriggerSyncInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type TriggerSyncInputModifier and TypeMethodDescriptionstatic booleanTriggerSyncInput.bindingEquals(@NonNull TriggerSyncInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTriggerSyncInput.bindingHashCode(@NonNull TriggerSyncInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringTriggerSyncInput.bindingToString(@NonNull TriggerSyncInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TriggerSyncOutput>>NetworkTopologyPcepService.triggerSync(TriggerSyncInput input) Invoketrigger-syncRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with type arguments of type TriggerSyncInputModifier and TypeMethodDescriptionTriggerSyncInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TriggerSyncInput> augmentation) Add an augmentation to this builder's product.TriggerSyncInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TriggerSyncInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type TriggerSyncInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTriggerSyncInput.