Interface L3vpnMcastDestination
- 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:
DestinationIpv4L3vpnMcast
,DestinationIpv4L3vpnMcast
,DestinationIpv6L3vpnMcast
,DestinationIpv6L3vpnMcast
@Generated("mdsal-binding-generator")
public interface L3vpnMcastDestination
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-l3vpn-mcast
grouping l3vpn-mcast-destination { list l3vpn-mcast-destination { uses l3vpn-mcast-route; uses bgp-msg:path-id-grouping; } }
-
Field Summary
FieldsModifier 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 List<L3vpnMcastDestination>
Return l3vpnMcastDestination, ornull
if it is not present.Class<? extends L3vpnMcastDestination>
default @NonNull List<L3vpnMcastDestination>
Return l3vpnMcastDestination, 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 L3vpnMcastDestination> 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
-
getL3vpnMcastDestination
@Nullable List<L3vpnMcastDestination> getL3vpnMcastDestination()Return l3vpnMcastDestination, ornull
if it is not present.- Returns:
List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination.L3vpnMcastDestination>
l3vpnMcastDestination, ornull
if it is not present.
-
nonnullL3vpnMcastDestination
Return l3vpnMcastDestination, or an empty list if it is not present.- Returns:
List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.l3vpn.mcast.rev180417.l3vpn.mcast.destination.L3vpnMcastDestination>
l3vpnMcastDestination, or an empty list if it is not present.
-