Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227.ReconcileOutput
Packages that use ReconcileOutput
Package
Description
-
Uses of ReconcileOutput in org.opendaylight.openflowplugin.applications.southboundcli
Methods in org.opendaylight.openflowplugin.applications.southboundcli that return types with arguments of type ReconcileOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>
ReconciliationServiceImpl.reconcile
(ReconcileInput input) -
Uses of ReconcileOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 with type parameters of type ReconcileOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileOutput>>
E$$ReconcileOutputBuilder.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.openflowplugin.app.reconciliation.service.rev180227 that return ReconcileOutputModifier and TypeMethodDescription@NonNull ReconcileOutput
ReconcileOutputBuilder.build()
A newReconcileOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 that return types with arguments of type ReconcileOutputModifier and TypeMethodDescriptiondefault Class<ReconcileOutput>
ReconcileOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileOutput>>
ReconciliationService.reconcile
(ReconcileInput input) Invokereconcile
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 with parameters of type ReconcileOutputModifier and TypeMethodDescriptionstatic boolean
ReconcileOutput.bindingEquals
(@NonNull ReconcileOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReconcileOutput.bindingHashCode
(@NonNull ReconcileOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReconcileOutput.bindingToString
(@NonNull ReconcileOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 with type arguments of type ReconcileOutputModifier and TypeMethodDescriptionReconcileOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileOutput> augmentation) Add an augmentation to this builder's product.ReconcileOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReconcileOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.reconciliation.service.rev180227 with parameters of type ReconcileOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReconcileOutput
.