Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109.SubmitTriggerSyncInput
-
Packages that use SubmitTriggerSyncInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 -
-
Uses of SubmitTriggerSyncInput 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 SubmitTriggerSyncInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SubmitTriggerSyncInput>>
E$$SubmitTriggerSyncInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 that return SubmitTriggerSyncInput Modifier and Type Method Description SubmitTriggerSyncInputSubmitTriggerSyncInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 that return types with arguments of type SubmitTriggerSyncInput Modifier and Type Method Description default Class<SubmitTriggerSyncInput>SubmitTriggerSyncInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type SubmitTriggerSyncInput Modifier and Type Method Description static booleanSubmitTriggerSyncInput. bindingEquals(@NonNull SubmitTriggerSyncInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubmitTriggerSyncInput. bindingHashCode(@NonNull SubmitTriggerSyncInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubmitTriggerSyncInput. bindingToString(@NonNull SubmitTriggerSyncInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SubmitTriggerSyncOutput>>NetworkTopologyPcepProgrammingService. submitTriggerSync(SubmitTriggerSyncInput input)Invokesubmit-trigger-syncRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with type arguments of type SubmitTriggerSyncInput Modifier and Type Method Description SubmitTriggerSyncInputBuilderSubmitTriggerSyncInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SubmitTriggerSyncInput> augmentation)Add an augmentation to this builder's product.SubmitTriggerSyncInputBuilderSubmitTriggerSyncInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SubmitTriggerSyncInput>> 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 SubmitTriggerSyncInput Constructor Description SubmitTriggerSyncInputBuilder(SubmitTriggerSyncInput base)
-