Interface L3vpnMcastRoutes
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
L3vpnMcastRoutesIpv4
,L3vpnMcastRoutesIpv6
@Generated("mdsal-binding-generator")
public interface L3vpnMcastRoutes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-l3vpn-mcast
grouping l3vpn-mcast-routes { list l3vpn-mcast-route { key "route-key path-id"; uses bgp-rib:route; uses l3vpn-mcast-route; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<L3vpnMcastRouteKey,
L3vpnMcastRoute> Return l3vpnMcastRoute, ornull
if it is not present.Class<? extends L3vpnMcastRoutes>
default @NonNull Map<L3vpnMcastRouteKey,
L3vpnMcastRoute> Return l3vpnMcastRoute, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends L3vpnMcastRoutes> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getL3vpnMcastRoute
@Nullable Map<L3vpnMcastRouteKey,L3vpnMcastRoute> getL3vpnMcastRoute()Return l3vpnMcastRoute, ornull
if it is not present.- Returns:
Map<L3vpnMcastRouteKey, L3vpnMcastRoute>
l3vpnMcastRoute, ornull
if it is not present.
-
nonnullL3vpnMcastRoute
Return l3vpnMcastRoute, or an empty list if it is not present.- Returns:
Map<L3vpnMcastRouteKey, L3vpnMcastRoute>
l3vpnMcastRoute, or an empty list if it is not present.
-