Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.ApplicationRib
Packages that use ApplicationRib
Package
Description
-
Uses of ApplicationRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 with type parameters of type ApplicationRibModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ApplicationRib>>
E$$ApplicationRibBuilder.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.rib.rev180329 that return ApplicationRibModifier and TypeMethodDescription@NonNull ApplicationRibApplicationRibBuilder.build()A newApplicationRibinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 that return types with arguments of type ApplicationRibModifier and TypeMethodDescription@Nullable Map<ApplicationRibKey, ApplicationRib> BgpRibData.getApplicationRib()Return applicationRib, ornullif it is not present.default Class<ApplicationRib> ApplicationRib.implementedInterface()default @NonNull Map<ApplicationRibKey, ApplicationRib> BgpRibData.nonnullApplicationRib()Return applicationRib, or an empty list if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 with parameters of type ApplicationRibModifier and TypeMethodDescriptionstatic booleanApplicationRib.bindingEquals(@NonNull ApplicationRib thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intApplicationRib.bindingHashCode(@NonNull ApplicationRib obj) Default implementation ofObject.hashCode()contract for this interface.static StringApplicationRib.bindingToString(@NonNull ApplicationRib obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 with type arguments of type ApplicationRibModifier and TypeMethodDescriptionApplicationRibBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ApplicationRib> augmentation) Add an augmentation to this builder's product.ApplicationRibBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ApplicationRib>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329 with parameters of type ApplicationRibModifierConstructorDescriptionConstruct a builder initialized with state from specifiedApplicationRib.