Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.CancelInstructionInput
Package
Description
-
Uses of CancelInstructionInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<CancelInstructionInput>>
E$$CancelInstructionInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull CancelInstructionInput
CancelInstructionInputBuilder.build()
A newCancelInstructionInput
instance.Modifier and TypeMethodDescriptiondefault Class
<CancelInstructionInput> CancelInstructionInput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
CancelInstructionInput.bindingEquals
(@NonNull CancelInstructionInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CancelInstructionInput.bindingHashCode
(@NonNull CancelInstructionInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CancelInstructionInput.bindingToString
(@NonNull CancelInstructionInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<CancelInstructionOutput>> CancelInstruction.invoke
(CancelInstructionInput input) Modifier and TypeMethodDescriptionCancelInstructionInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<CancelInstructionInput> augmentation) Add an augmentation to this builder's product.CancelInstructionInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<CancelInstructionInput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCancelInstructionInput
.