Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed.Details
Package
Description
-
Uses of Details in org.opendaylight.bgpcep.programming.spi
Modifier and TypeMethodDescriptionvoid
Instruction.executionCompleted
(InstructionStatus status, Details details) Instruction executors are required to call this method when execution has finished to provide the execution result to the end.boolean
Instruction.executionHeldUp
(Details details) Instruction executors can inform about execution hold ups which prevent an otherwise-ready instruction from executing by calling this method. -
Uses of Details in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Modifier and TypeMethodDescriptionInstructionStatusChanged.getDetails()
Return details, ornull
if it is not present.InstructionStatusChangedBuilder.getDetails()
Return current value associated with the property corresponding toInstructionStatusChanged.getDetails()
.@NonNull Details
InstructionStatusChanged.nonnullDetails()
Return details, or an empty instance if it is not present.Modifier and TypeMethodDescriptionInstructionStatusChangedBuilder.setDetails
(Details value) Set the property corresponding toInstructionStatusChanged.getDetails()
to the specified value. -
Uses of Details in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Details>>
E$$DetailsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Details
DetailsBuilder.build()
A newDetails
instance.static @NonNull Details
DetailsBuilder.empty()
Get empty instance of Details.Modifier and TypeMethodDescriptionstatic boolean
Details.bindingEquals
(@NonNull Details thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Details.bindingHashCode
(@NonNull Details obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Details.bindingToString
(@NonNull Details obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionDetailsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Details> augmentation) Add an augmentation to this builder's product.DetailsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Details>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionDetailsBuilder
(Details base) Construct a builder initialized with state from specifiedDetails
.