Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.Queues
-
-
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 Queues Modifier and Type Method Description QueuesState9. getQueues()Return queues, ornullif it is not present.QueuesState9Builder. getQueues()Return current value associated with the property corresponding toState9.getQueues().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009 with parameters of type Queues Modifier and Type Method Description State9BuilderState9Builder. setQueues(Queues value)Set 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 Queues Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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 Queues Modifier and Type Method Description @NonNull QueuesQueuesBuilder. build()A newQueuesinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state that return types with arguments of type Queues Modifier and Type Method Description default Class<Queues>Queues. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with parameters of type Queues Modifier and Type Method Description static 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 Queues Modifier and Type Method Description QueuesBuilderQueuesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Queues> augmentation)Add an augmentation to this builder's product.QueuesBuilderQueuesBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 Queues Constructor Description QueuesBuilder(Queues base)Construct a builder initialized with state from specifiedQueues.
-