Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability.Tables
Packages that use Tables
Package
Description
-
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities that return types with arguments of type TablesModifier and TypeMethodDescriptionLlGracefulRestartCapability.getTables()Return tables, ornullif it is not present.LlGracefulRestartCapabilityBuilder.getTables()Return current value associated with the property corresponding toLlGracefulRestartCapability.getTables().LlGracefulRestartCapability.nonnullTables()Return tables, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities with type arguments of type TablesModifier and TypeMethodDescriptionSet the property corresponding toLlGracefulRestartCapability.getTables()to the specified value. -
Uses of Tables in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with type parameters of type TablesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tables>>
E$$TablesBuilder.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.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability that return TablesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability that return types with arguments of type TablesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with parameters of type TablesModifier and TypeMethodDescriptionstatic booleanTables.bindingEquals(@NonNull Tables thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTables.bindingHashCode(@NonNull Tables obj) Default implementation ofObject.hashCode()contract for this interface.static StringTables.bindingToString(@NonNull Tables obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with type arguments of type TablesModifier and TypeMethodDescriptionTablesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Tables> augmentation) Add an augmentation to this builder's product.TablesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tables>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.ll.graceful.restart.capability with parameters of type TablesModifierConstructorDescriptionTablesBuilder(Tables base) Construct a builder initialized with state from specifiedTables.