Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.Queues
Packages that use Queues
Package
Description
-
Uses of Queues in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 that return QueuesModifier and TypeMethodDescriptionState9.getQueues()Return queues, ornullif it is not present.State9Builder.getQueues()Return current value associated with the property corresponding toState9.getQueues().@NonNull QueuesState9.nonnullQueues()Return queues, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with parameters of type QueuesModifier and TypeMethodDescriptionSet the property corresponding toState9.getQueues()to the specified value. -
Uses of Queues in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with type parameters of type QueuesModifier 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.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state that return QueuesModifier and TypeMethodDescription@NonNull QueuesQueuesBuilder.build()A newQueuesinstance.static @NonNull QueuesQueuesBuilder.empty()Get empty instance of Queues.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state that return types with arguments of type QueuesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with parameters of type QueuesModifier and TypeMethodDescriptionstatic booleanQueues.bindingEquals(@NonNull Queues thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intQueues.bindingHashCode(@NonNull Queues obj) Default implementation ofObject.hashCode()contract for this interface.static StringQueues.bindingToString(@NonNull Queues obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with type arguments of type QueuesModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with parameters of type QueuesModifierConstructorDescriptionQueuesBuilder(Queues base) Construct a builder initialized with state from specifiedQueues.