Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer.EffectiveRibIn
Packages that use EffectiveRibIn
Package
Description
-
Uses of EffectiveRibIn 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 that return EffectiveRibInModifier and TypeMethodDescriptionPeer.getEffectiveRibIn()Return effectiveRibIn, ornullif it is not present.PeerBuilder.getEffectiveRibIn()Return current value associated with the property corresponding toPeer.getEffectiveRibIn().@NonNull EffectiveRibInPeer.nonnullEffectiveRibIn()Return effectiveRibIn, 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.rib with parameters of type EffectiveRibInModifier and TypeMethodDescriptionPeerBuilder.setEffectiveRibIn(EffectiveRibIn value) Set the property corresponding toPeer.getEffectiveRibIn()to the specified value. -
Uses of EffectiveRibIn in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer with type parameters of type EffectiveRibInModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<EffectiveRibIn>>
E$$EffectiveRibInBuilder.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.peer that return EffectiveRibInModifier and TypeMethodDescription@NonNull EffectiveRibInEffectiveRibInBuilder.build()A newEffectiveRibIninstance.static @NonNull EffectiveRibInEffectiveRibInBuilder.empty()Get empty instance of EffectiveRibIn.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer that return types with arguments of type EffectiveRibInModifier and TypeMethodDescriptiondefault Class<EffectiveRibIn> EffectiveRibIn.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.peer with parameters of type EffectiveRibInModifier and TypeMethodDescriptionstatic booleanEffectiveRibIn.bindingEquals(@NonNull EffectiveRibIn thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intEffectiveRibIn.bindingHashCode(@NonNull EffectiveRibIn obj) Default implementation ofObject.hashCode()contract for this interface.static StringEffectiveRibIn.bindingToString(@NonNull EffectiveRibIn 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.peer with type arguments of type EffectiveRibInModifier and TypeMethodDescriptionEffectiveRibInBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<EffectiveRibIn> augmentation) Add an augmentation to this builder's product.EffectiveRibInBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<EffectiveRibIn>> 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.peer with parameters of type EffectiveRibInModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEffectiveRibIn.