Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.LocRib
Package
Description
-
Uses of LocRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib
Modifier 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.Modifier 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
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LocRib>>
E$$LocRibBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LocRib
LocRibBuilder.build()
A newLocRib
instance.static @NonNull LocRib
LocRibBuilder.empty()
Get empty instance of LocRib.Modifier 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.Modifier and TypeMethodDescriptionLocRibBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LocRib> augmentation) Add an augmentation to this builder's product.LocRibBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LocRib>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionLocRibBuilder
(LocRib base) Construct a builder initialized with state from specifiedLocRib
.