Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.CancelInstructionOutput
Packages that use CancelInstructionOutput
Package
Description
-
Uses of CancelInstructionOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with type parameters of type CancelInstructionOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<CancelInstructionOutput>>
E$$CancelInstructionOutputBuilder.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.programming.rev150720 that return CancelInstructionOutputModifier and TypeMethodDescription@NonNull CancelInstructionOutput
CancelInstructionOutputBuilder.build()
A newCancelInstructionOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return types with arguments of type CancelInstructionOutputModifier and TypeMethodDescriptiondefault Class
<CancelInstructionOutput> CancelInstructionOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<CancelInstructionOutput>> CancelInstruction.invoke
(CancelInstructionInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type CancelInstructionOutputModifier and TypeMethodDescriptionstatic boolean
CancelInstructionOutput.bindingEquals
(@NonNull CancelInstructionOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CancelInstructionOutput.bindingHashCode
(@NonNull CancelInstructionOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CancelInstructionOutput.bindingToString
(@NonNull CancelInstructionOutput obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with type arguments of type CancelInstructionOutputModifier and TypeMethodDescriptionCancelInstructionOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<CancelInstructionOutput> augmentation) Add an augmentation to this builder's product.CancelInstructionOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<CancelInstructionOutput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type CancelInstructionOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCancelInstructionOutput
.