Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.MpReachNlri
Packages that use MpReachNlri
Package
Description
-
Uses of MpReachNlri in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329 that return MpReachNlriModifier and TypeMethodDescriptionAttributesReach.getMpReachNlri()Return mpReachNlri, ornullif it is not present.AttributesReachBuilder.getMpReachNlri()Return current value associated with the property corresponding toAttributesReach.getMpReachNlri().@NonNull MpReachNlriAttributesReach.nonnullMpReachNlri()Return mpReachNlri, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329 with parameters of type MpReachNlriModifier and TypeMethodDescriptionAttributesReachBuilder.setMpReachNlri(MpReachNlri value) Set the property corresponding toAttributesReach.getMpReachNlri()to the specified value. -
Uses of MpReachNlri in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with type parameters of type MpReachNlriModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri>>
E$$MpReachNlriBuilder.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.attributes.reach that return MpReachNlriModifier and TypeMethodDescription@NonNull MpReachNlriMpReachNlriBuilder.build()A newMpReachNlriinstance.static @NonNull MpReachNlriMpReachNlriBuilder.empty()Get empty instance of MpReachNlri.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach that return types with arguments of type MpReachNlriMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with parameters of type MpReachNlriModifier and TypeMethodDescriptionstatic booleanMpReachNlri.bindingEquals(@NonNull MpReachNlri thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMpReachNlri.bindingHashCode(@NonNull MpReachNlri obj) Default implementation ofObject.hashCode()contract for this interface.static StringMpReachNlri.bindingToString(@NonNull MpReachNlri 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.attributes.reach with type arguments of type MpReachNlriModifier and TypeMethodDescriptionMpReachNlriBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri> augmentation) Add an augmentation to this builder's product.MpReachNlriBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri>> 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.attributes.reach with parameters of type MpReachNlriModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMpReachNlri.