Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.CleanInstructionsOutput
Packages that use CleanInstructionsOutput
Package
Description
-
Uses of CleanInstructionsOutput 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 CleanInstructionsOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>>
E$$CleanInstructionsOutputBuilder.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 CleanInstructionsOutputModifier and TypeMethodDescription@NonNull CleanInstructionsOutput
CleanInstructionsOutputBuilder.build()
A newCleanInstructionsOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return types with arguments of type CleanInstructionsOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CleanInstructionsOutput>>
ProgrammingService.cleanInstructions
(CleanInstructionsInput input) Invokeclean-instructions
RPC.default Class<CleanInstructionsOutput>
CleanInstructionsOutput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type CleanInstructionsOutputModifier and TypeMethodDescriptionstatic boolean
CleanInstructionsOutput.bindingEquals
(@NonNull CleanInstructionsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CleanInstructionsOutput.bindingHashCode
(@NonNull CleanInstructionsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CleanInstructionsOutput.bindingToString
(@NonNull CleanInstructionsOutput 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 CleanInstructionsOutputModifier and TypeMethodDescriptionCleanInstructionsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput> augmentation) Add an augmentation to this builder's product.CleanInstructionsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> 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 CleanInstructionsOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCleanInstructionsOutput
.