Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.MpUnreachNlri
Packages that use MpUnreachNlri
Package
Description
-
Uses of MpUnreachNlri 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 MpUnreachNlriModifier and TypeMethodDescriptionAttributesUnreach.getMpUnreachNlri()Return mpUnreachNlri, ornullif it is not present.AttributesUnreachBuilder.getMpUnreachNlri()Return current value associated with the property corresponding toAttributesUnreach.getMpUnreachNlri().@NonNull MpUnreachNlriAttributesUnreach.nonnullMpUnreachNlri()Return mpUnreachNlri, 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 MpUnreachNlriModifier and TypeMethodDescriptionAttributesUnreachBuilder.setMpUnreachNlri(MpUnreachNlri value) Set the property corresponding toAttributesUnreach.getMpUnreachNlri()to the specified value. -
Uses of MpUnreachNlri in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach with type parameters of type MpUnreachNlriModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MpUnreachNlri>>
E$$MpUnreachNlriBuilder.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.unreach that return MpUnreachNlriModifier and TypeMethodDescription@NonNull MpUnreachNlriMpUnreachNlriBuilder.build()A newMpUnreachNlriinstance.static @NonNull MpUnreachNlriMpUnreachNlriBuilder.empty()Get empty instance of MpUnreachNlri.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach that return types with arguments of type MpUnreachNlriModifier and TypeMethodDescriptiondefault Class<MpUnreachNlri>MpUnreachNlri.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach with parameters of type MpUnreachNlriModifier and TypeMethodDescriptionstatic booleanMpUnreachNlri.bindingEquals(@NonNull MpUnreachNlri thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMpUnreachNlri.bindingHashCode(@NonNull MpUnreachNlri obj) Default implementation ofObject.hashCode()contract for this interface.static StringMpUnreachNlri.bindingToString(@NonNull MpUnreachNlri 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.unreach with type arguments of type MpUnreachNlriModifier and TypeMethodDescriptionMpUnreachNlriBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MpUnreachNlri> augmentation) Add an augmentation to this builder's product.MpUnreachNlriBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MpUnreachNlri>> 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.unreach with parameters of type MpUnreachNlriModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMpUnreachNlri.