Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter.AfiSafi
Packages that use AfiSafi
Package
Description
-
Uses of AfiSafi in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120 that return types with arguments of type AfiSafiModifier and TypeMethodDescription@Nullable Map
<AfiSafiKey, AfiSafi> AfiSafiRouteCounter.getAfiSafi()
Return afiSafi, ornull
if it is not present.default @NonNull Map
<AfiSafiKey, AfiSafi> AfiSafiRouteCounter.nonnullAfiSafi()
Return afiSafi, or an empty list if it is not present. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with type parameters of type AfiSafiModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AfiSafi>>
E$$AfiSafiBuilder.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.bmp.monitor.rev200120.afi.safi.route.counter that return AfiSafiModifier and TypeMethodDescription@NonNull AfiSafi
AfiSafiBuilder.build()
A newAfiSafi
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter that return types with arguments of type AfiSafiMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with parameters of type AfiSafiModifier and TypeMethodDescriptionstatic boolean
AfiSafi.bindingEquals
(@NonNull AfiSafi thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
AfiSafi.bindingHashCode
(@NonNull AfiSafi obj) Default implementation ofObject.hashCode()
contract for this interface.static String
AfiSafi.bindingToString
(@NonNull AfiSafi obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with type arguments of type AfiSafiModifier and TypeMethodDescriptionAfiSafiBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AfiSafi> augmentation) Add an augmentation to this builder's product.AfiSafiBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AfiSafi>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter with parameters of type AfiSafiModifierConstructorDescriptionAfiSafiBuilder
(AfiSafi base) Construct a builder initialized with state from specifiedAfiSafi
. -
Uses of AfiSafi in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.stats
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.stats that return types with arguments of type AfiSafiModifier and TypeMethodDescriptionPerAfiSafiAdjRibInRoutesBuilder.getAfiSafi()
Return current value associated with the property corresponding toAfiSafiRouteCounter.getAfiSafi()
.PerAfiSafiLocRibRoutesBuilder.getAfiSafi()
Return current value associated with the property corresponding toAfiSafiRouteCounter.getAfiSafi()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.stats with type arguments of type AfiSafiModifier and TypeMethodDescriptionPerAfiSafiAdjRibInRoutesBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toAfiSafiRouteCounter.getAfiSafi()
to the specified value.PerAfiSafiLocRibRoutesBuilder.setAfiSafi
(Map<AfiSafiKey, AfiSafi> values) Set the property corresponding toAfiSafiRouteCounter.getAfiSafi()
to the specified value.