Interface AfiSafiRouteCounter
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
PerAfiSafiAdjRibInRoutes
,PerAfiSafiLocRibRoutes
@Generated("mdsal-binding-generator")
public interface AfiSafiRouteCounter
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bmp-monitor
grouping afi-safi-route-counter { list afi-safi { uses bgp-mp:bgp-table-type; key "afi safi"; leaf count { type yang:gauge64; } } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<AfiSafiKey, AfiSafi> Return afiSafi, ornull
if it is not present.default @NonNull Map
<AfiSafiKey, AfiSafi> Return afiSafi, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAfiSafi
@Nullable Map<AfiSafiKey,AfiSafi> getAfiSafi()Return afiSafi, ornull
if it is not present.- Returns:
Map<AfiSafiKey, AfiSafi>
afiSafi, ornull
if it is not present.
-
nonnullAfiSafi
Return afiSafi, or an empty list if it is not present.- Returns:
Map<AfiSafiKey, AfiSafi>
afiSafi, or an empty list if it is not present.
-