Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.Queues
Package
Description
-
Uses of Queues in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol
Modifier and TypeMethodDescriptionBgpNeighborStateAugmentation.getQueues()
Return queues, ornull
if it is not present.BgpNeighborStateAugmentationBuilder.getQueues()
Return current value associated with the property corresponding toBgpNeighborStateAugmentation.getQueues()
.@NonNull Queues
BgpNeighborStateAugmentation.nonnullQueues()
Return queues, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toBgpNeighborStateAugmentation.getQueues()
to the specified value. -
Uses of Queues in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Queues>>
E$$QueuesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Queues
QueuesBuilder.build()
A newQueues
instance.static @NonNull Queues
QueuesBuilder.empty()
Get empty instance of Queues.Modifier and TypeMethodDescriptionstatic boolean
Queues.bindingEquals
(@NonNull Queues thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Queues.bindingHashCode
(@NonNull Queues obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Queues.bindingToString
(@NonNull Queues obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionQueuesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Queues> augmentation) Add an augmentation to this builder's product.QueuesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Queues>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionQueuesBuilder
(Queues base) Construct a builder initialized with state from specifiedQueues
.