Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed.Details
Packages that use Details
Package
Description
-
Uses of Details in org.opendaylight.bgpcep.programming.spi
Classes in org.opendaylight.bgpcep.programming.spi with type parameters of type DetailsMethods in org.opendaylight.bgpcep.programming.spi with parameters of type DetailsModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return DetailsModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type DetailsModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed with type parameters of type DetailsModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed that return DetailsModifier and TypeMethodDescription@NonNull Details
DetailsBuilder.build()
A newDetails
instance.static @NonNull Details
DetailsBuilder.empty()
Get empty instance of Details.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed that return types with arguments of type DetailsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed with parameters of type DetailsModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed with type arguments of type DetailsModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.status.changed with parameters of type DetailsModifierConstructorDescriptionDetailsBuilder
(Details base) Construct a builder initialized with state from specifiedDetails
.