Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.TriggerSyncInput
-
Packages that use TriggerSyncInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 -
-
Uses of TriggerSyncInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with type parameters of type TriggerSyncInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TriggerSyncInput>>
E$$TriggerSyncInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return TriggerSyncInput Modifier and Type Method Description TriggerSyncInputTriggerSyncInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return types with arguments of type TriggerSyncInput Modifier and Type Method Description default Class<TriggerSyncInput>TriggerSyncInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type TriggerSyncInput Modifier and Type Method Description static 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.rev200120 with type arguments of type TriggerSyncInput Modifier and Type Method Description TriggerSyncInputBuilderTriggerSyncInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TriggerSyncInput> augmentation)Add an augmentation to this builder's product.TriggerSyncInputBuilderTriggerSyncInputBuilder. 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.rev200120 with parameters of type TriggerSyncInput Constructor Description TriggerSyncInputBuilder(TriggerSyncInput base)
-