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