Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.LocRib
Packages that use LocRib
Package
Description
-
Uses of LocRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib that return LocRibModifier and TypeMethodDescriptionRib.getLocRib()
Return locRib, ornull
if it is not present.RibBuilder.getLocRib()
Return current value associated with the property corresponding toRib.getLocRib()
.@NonNull LocRib
Rib.nonnullLocRib()
Return locRib, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib with parameters of type LocRibModifier and TypeMethodDescriptionSet the property corresponding toRib.getLocRib()
to the specified value. -
Uses of LocRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib with type parameters of type LocRibModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LocRib>>
E$$LocRibBuilder.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.bgp.rib.rib that return LocRibModifier and TypeMethodDescription@NonNull LocRib
LocRibBuilder.build()
A newLocRib
instance.static @NonNull LocRib
LocRibBuilder.empty()
Get empty instance of LocRib.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib that return types with arguments of type LocRibMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib with parameters of type LocRibModifier and TypeMethodDescriptionstatic boolean
LocRib.bindingEquals
(@NonNull LocRib thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocRib.bindingHashCode
(@NonNull LocRib obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocRib.bindingToString
(@NonNull LocRib 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.bgp.rib.rib with type arguments of type LocRibModifier and TypeMethodDescriptionLocRibBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LocRib> augmentation) Add an augmentation to this builder's product.LocRibBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocRib>> 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.bgp.rib.rib with parameters of type LocRibModifierConstructorDescriptionLocRibBuilder
(LocRib base) Construct a builder initialized with state from specifiedLocRib
.