Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter.AfiSafiKey
Package
Description
-
Uses of AfiSafiKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120
Modifier 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 AfiSafiKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter
Modifier and TypeMethodDescriptionAfiSafi.key()
AfiSafiBuilder.key()
Return current value associated with the property corresponding toAfiSafi.key()
.Modifier and TypeMethodDescriptionAfiSafiBuilder.withKey
(AfiSafiKey key) Set the key value corresponding toAfiSafi.key()
to the specified value. -
Uses of AfiSafiKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.stats
Modifier 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()
.Modifier 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.